Loading Tool

Explorer IconExplorer

Memory Pool

27,154 transactions
17.99 vMB
0.04089676 BTC
Random Selection Loading Transactions
Max Size: 97.86/200 MB

Candidate Block

Mining Attempt 40ee7c0f0f3fbbcb0bd4fe2619d065f0e34fc16eb351a7117a573cfc39661e26
Version 20000000
Previous Block 0000000000000000000214004990e140b1ca2fa28da8bd860478cc541dfc88a0
Merkle Root 5f00f7cbf7c81f7ed1a5d8cc7d9bfdb74379d2abb91e3eb42104969d9f3e21b5
Time (UTC) ( ago)
Target 000000000000000000021a910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,943
Size: 1.00 vMB
Total Fees: 0.02151337 BTC
Feerates: 150.93 > 2.16 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,597 (447,155 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
494,442 494,442 000000000000000000c5578d7d2b7fb23d761c59e85a93b24998db91af05303f 2,417 1.00/1.00 vMB 240
494,441 494,441 0000000000000000005bea617b4385d1db69eb146cc7ad8b2bff0f339719427f 2,483 1.00/1.00 vMB 155
494,440 494,440 00000000000000000056b57d19625f56956cb1ea10130c19c60a5e9725a388b2 2,136 1.00/1.00 vMB 483
494,439 494,439 000000000000000000907d3cdfc50460aea45bd7b13e0240f9d19d7c5029bd6a 2,173 1.00/1.00 vMB 152
494,438 494,438 0000000000000000001d5fdd2329fbbf3d0a254716b7ef457485b0220a360585 2,385 1.00/1.00 vMB 382
494,437 494,437 0000000000000000005facf799ae05e1d64d6096a99d855889471e1721460794 2,157 1.00/1.00 vMB 307
494,436 494,436 0000000000000000002bcf4f98b65fc0ec1f21434aa47c5dcb4afb352b1ed49d 2,024 1.00/1.00 vMB 544
494,435 494,435 000000000000000000afe2520c5202bb6cc23607f44545100871eb5b8ebf4550 2,303 1.00/1.00 vMB 320
494,434 494,434 00000000000000000056fa6a53bdd1463cc9a8853155768ee411785f04ac2491 2,211 1.00/1.00 vMB 352
494,433 494,433 000000000000000000408637b219abaf3e60ad26602cf36285a1239df62a3fec 2,341 1.00/1.00 vMB 679
494,432 494,432 0000000000000000006652b7bafeb68d6aed47dc9c103217d3a106447404c408 2,239 1.00/1.00 vMB 450
494,431 494,431 000000000000000000713c8a7379c0ce4d6d4fbcaf3cfecf52309105fe0f6bab 2,260 1.00/1.00 vMB 339
494,430 494,430 000000000000000000255822fa43399fcca9f9f5376607dee050d90f51a064d6 1,505 1.00/1.00 vMB 311
494,429 494,429 000000000000000000436460d21febe108be11ae74a6fedf68baf78b0b1795b1 1,446 1.00/1.00 vMB 212
494,428 494,428 0000000000000000007d7da99d45febfba5279bcc4a470e0137093f699665835 2,045 1.00/1.00 vMB 291
494,427 494,427 000000000000000000503735a20d0de9520e24c71bd611024a6a0565164b59eb 2,081 1.00/1.00 vMB 240
494,426 494,426 0000000000000000008cb70bd58de387de49f63f5dad7f8d3820ee7a5766ea2e 2,390 0.95/1.00 vMB 205
494,425 494,425 00000000000000000018457ceabd6a8f5510e55ad754cc918189b28601669fc0 2,323 1.00/1.00 vMB 510
494,424 494,424 0000000000000000005c62737842565c200ba449425063877133584771c0d287 2,371 1.00/1.00 vMB 601
494,423 494,423 0000000000000000004991bb136a3c4f5629b9eb593eb7b9b8d4dce75bd8b997 1,926 1.00/1.00 vMB 373
494,422 494,422 000000000000000000aada1c759c6f5893d4a8cba333d855aeff32479a27a8cc 1,432 1.00/1.00 vMB 194
Previous 10 blocks ↓
Total Size: 829.62 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 4,664.50 GB
    • Received: 252.90 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.