Loading Tool

Explorer IconExplorer

Memory Pool

77,666 transactions
28.90 vMB
0.07960179 BTC
Random Selection Loading Transactions
Max Size: 174.92/200 MB

Candidate Block

Mining Attempt 4f5c5a75df90a55f017d9b7fd28eb91caf475d13bce5e195c798a9ad578a6d08
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 73d9ad719c8cca3279f053559b4b88d27c62e21e53559c974eb8f45a34ceb622
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,390
Size: 1.00 vMB
Total Fees: 0.01931268 BTC
Feerates: 81.07 > 1.94 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (518,428 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
396,732 396,732 00000000000000000196ed57c58b7af01654e535f4e8d870b77490b40e481259 2,259 0.93/1.00 vMB 45
396,731 396,731 000000000000000000ca7b550762d80a4f33b6065b3f65082d5662aed8b387eb 1,115 0.99/1.00 vMB 21
396,730 396,730 0000000000000000060f2e6b3f35b9249ab38a642fecbb585952b1fd44701855 596 0.27/1.00 vMB 44
396,729 396,729 0000000000000000025125d50141468b778f4a43eebc6086ff44cc2062f20e5f 2,698 0.95/1.00 vMB 45
396,728 396,728 000000000000000002c89a676f8598d36e5dc3b802f3afb8f055dc0ed9a9b717 1,895 1.00/1.00 vMB 46
396,727 396,727 0000000000000000054dc39343c78d9f63b50b420f17e2d91c0a54b7b90d0cf1 498 0.99/1.00 vMB 11
396,726 396,726 000000000000000001a7ce5d59bd2b32422884114adeadbdb5427ffb3836e47e 1 0.00/1.00 vMB 0
396,725 396,725 0000000000000000078781360581e6c9839c7743edff75a2ce89e7b9bdc4812c 782 0.99/1.00 vMB 15
396,724 396,724 0000000000000000074c8f2b43afe52d8016f55515ad744e9b216c1f1a78d5b7 1,774 0.87/1.00 vMB 39
396,723 396,723 000000000000000002d0fa7c8248ab2e43cb6d8df1ef0c29a8eb54b60802ba78 1,077 0.62/1.00 vMB 35
396,722 396,722 000000000000000000a73d6d726ce6f350ad5c9134122516cb27f9daec347b55 276 0.17/1.00 vMB 31
396,721 396,721 000000000000000007d14277804fb8e5d6425b8c398413e2ce7924c6f839d782 824 0.81/1.00 vMB 18
396,720 396,720 0000000000000000071afb73a68083ae829d0873475ad15eb37a2c46585e1a32 2,157 0.99/1.00 vMB 35
396,719 396,719 00000000000000000703d2ebbd54c66c48cec84b9553be0d767abb4f1293cc37 1,067 1.00/1.00 vMB 33
396,718 396,718 000000000000000002a06e335ffb9f4678590634154f5f1f3f4c528abe810886 2,082 0.93/1.00 vMB 42
396,717 396,717 0000000000000000089248b3185540d4e7cc1cf9887199613d164ff038dbc71f 2,881 1.00/1.00 vMB 60
396,716 396,716 00000000000000000277e25b11ccc9dc44a8563de315c454507522dae5a0d204 615 0.41/1.00 vMB 26
396,715 396,715 0000000000000000059fae8aaa57f41174d65d796d6389c62952f7fb46310d0d 1,446 0.64/1.00 vMB 46
396,714 396,714 0000000000000000054a779d684f0faf70c3ed5aaf4d93ded09a74386c10fccc 707 0.46/1.00 vMB 41
396,713 396,713 0000000000000000084cda7b0e144abef99fe92005df5749f6e4d9bdacf2936f 1,253 0.55/1.00 vMB 44
396,712 396,712 000000000000000002c61c979e9a495bc87371c10042d09126659cc8babf842d 837 0.89/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.