Loading Tool

Explorer IconExplorer

Memory Pool

78,222 transactions
29.08 vMB
0.08062442 BTC
Random Selection Loading Transactions
Max Size: 175.98/200 MB

Candidate Block

Mining Attempt 8af3ad385b19f58524f5a4dcc1e06a229e04f28781de61bc99b347555c2d12b9
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 0ea5b3716f9600f747db3c25f6e9b0005461165102bfe9f1159c7eec15c65d0b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,848
Size: 1.00 vMB
Total Fees: 0.01989473 BTC
Feerates: 178.73 > 1.99 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (335,213 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
579,949 579,949 00000000000000000007dc49a5f659b2ed2fa36325df40f65dc0704953b1e2c0 2,841 1.00/1.00 vMB 18
579,948 579,948 0000000000000000000bdbad401a60a91d391579d7073c15167bad729559d6f0 2,874 1.00/1.00 vMB 33
579,947 579,947 0000000000000000000eb7b196edb233e57170e3f92624d2a29eb766d5f946f4 2,555 1.00/1.00 vMB 65
579,946 579,946 00000000000000000000147b51b9c942544fde9dc00fbe5ebdc6a66b87103b2d 2,992 1.00/1.00 vMB 26
579,945 579,945 0000000000000000000b6854ef879a43cd1b4d4ac9d775f3707af9021994cad0 1 0.00/1.00 vMB 0
579,944 579,944 00000000000000000018e592b269430e68ba0bd9936d4fe42647c3a4dceedff6 2,844 1.00/1.00 vMB 89
579,943 579,943 00000000000000000012d221908914290f923184b236952bcfc668450dbfe41d 2,911 1.00/1.00 vMB 4
579,942 579,942 0000000000000000000811f845d2ce3dbff5f6adff0aa278b3d779c039b870e6 2,939 1.00/1.00 vMB 87
579,941 579,941 0000000000000000002533153f2e354f6992df1c2bbf6969ec5d6cad4bdfec32 2,561 1.00/1.00 vMB 68
579,940 579,940 00000000000000000007205d330ad858bd67181e6c53e01ed827359baf515824 2,874 1.00/1.00 vMB 29
579,939 579,939 000000000000000000225d5871ec786ebf1321af0599fe746436007471f0042a 2,844 1.00/1.00 vMB 77
579,938 579,938 00000000000000000019dc8a2505489667a7938b112aefacd2d0aec5c25200de 1,397 0.55/1.00 vMB 54
579,937 579,937 0000000000000000000767d79d0c6a2d4984ba8097e0306476b0340d4552da7d 2,987 1.00/1.00 vMB 4
579,936 579,936 00000000000000000017ba1b869d8d9233bc83e5e665dc95ab21b81d5764f071 2,629 1.00/1.00 vMB 94
579,935 579,935 000000000000000000050eed7251432e799306b6abde20386f1c799961a47723 2,338 0.83/1.00 vMB 39
579,934 579,934 000000000000000000243d74ff1b5305afd3d626ef74dac6ec12839b405068d4 1,686 0.56/1.00 vMB 46
579,933 579,933 00000000000000000010e084b49a529bc7320521a5d806d14476b258f36d3c19 1,933 0.68/1.00 vMB 50
579,932 579,932 0000000000000000000b2598b2e40bd5cc17e7fcd7e63e3f38485336f995d44c 682 0.27/1.00 vMB 45
579,931 579,931 000000000000000000073fc6e0fcde4944645bfb55260ec3ba8a699acf3785aa 1,614 0.71/1.00 vMB 73
579,930 579,930 0000000000000000000c65aea8cffce7d753e79722886ebed5535314f0db7b7f 589 0.27/1.00 vMB 47
579,929 579,929 00000000000000000025b1ab4b1d8a2c6b26eb3835c529f4a2f8a1f5e47e5fd9 1,897 0.71/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.68 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: 677.72 GB
    • Received: 16.44 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.