Loading Tool

Explorer IconExplorer

Memory Pool

82,310 transactions
31.11 vMB
0.12152523 BTC
Random Selection Loading Transactions
Max Size: 186.22/200 MB

Candidate Block

Mining Attempt 8b3055d204a0ead2434a88d251db31e087973d4f0c7eec7e5a10f6b023397f2c
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root d3a88d120ea02414cd1b6c3d4dd44b9503e6fbda4a279ffa1ef2a1c1fd41967c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,635
Size: 1.00 vMB
Total Fees: 0.03621321 BTC
Feerates: 101.42 > 3.63 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (471,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
443,953 443,953 000000000000000002c54584c9448dec548ddd8895341ba136e12a20f94a24ad 2,170 1.00/1.00 vMB 65
443,952 443,952 000000000000000002c3cf8ab1d0a842316c9e6637f2190d87ffddd90d53c634 2,719 1.00/1.00 vMB 73
443,951 443,951 00000000000000000388967bb8f672a6f00e35bfd46164cf0a2d0ea4d7ea2098 1,596 1.00/1.00 vMB 102
443,950 443,950 0000000000000000019073b81ee9ccc480bd5baa1995c7c2248ff54cb42bd978 2,427 1.00/1.00 vMB 109
443,949 443,949 000000000000000001f7bf05b4e94fb823e029c1964f59966184f3db0dd1b245 2,205 0.95/1.00 vMB 61
443,948 443,948 000000000000000000ce29e48f1e5a6b809a898e3e2d9f63ced5732867471659 2,448 1.00/1.00 vMB 94
443,947 443,947 000000000000000002df74817d2ec0f3ebb7df4cfa7052c6905ee4260d638997 500 0.20/1.00 vMB 75
443,946 443,946 000000000000000000d2e11f146ad0fcd8aa5b3ccf8d7dd39678bd283b49d4fb 754 0.32/1.00 vMB 71
443,945 443,945 00000000000000000219b2e43cc2e7311691f63ab59ed235756f0c92c4f25ab1 675 0.26/1.00 vMB 79
443,944 443,944 000000000000000000575c166de65947ab4b18c03325df2b74fef5a2e2b3389b 958 0.37/1.00 vMB 79
443,943 443,943 0000000000000000028475c3d9473afac6390ff1eab7b1de2a36a55e7c342876 2,732 1.00/1.00 vMB 86
443,942 443,942 000000000000000000e4a7097e978cb506abb9b92ecc5daea02a7d82bc17f12d 212 1.00/1.00 vMB 10
443,941 443,941 000000000000000000a9afc2fd86617b8b973202fe7559f457182e1ad9f1722a 975 1.00/1.00 vMB 31
443,940 443,940 0000000000000000035c8f00b62f1db5e4553072095bacebeded4b79f4d8080b 1,001 0.37/1.00 vMB 77
443,939 443,939 0000000000000000025d62a91fd372b5dbb6c262f8a16576dc629edde5e40257 444 0.19/1.00 vMB 81
443,938 443,938 000000000000000001a6a99ae42f73e240daac1a65690bfd77950c41fc04581a 1,373 0.63/1.00 vMB 85
443,937 443,937 000000000000000001d3292670e83a429b7d191bbd7edd28313b1a8604ba0f1f 997 1.00/1.00 vMB 33
443,936 443,936 000000000000000000aac12b21e2a2869a36f295cac068b106a0d3583c7dd320 660 0.32/1.00 vMB 70
443,935 443,935 000000000000000000cd76a2a86c408c77f8d2edc002f4ebfe65024fcfd0dd28 408 0.17/1.00 vMB 78
443,934 443,934 000000000000000001e92522d0b29dcb5654516b32f248a04d6e78bc68c2e428 1,778 1.00/1.00 vMB 59
443,933 443,933 000000000000000003467aaf87a1778e5f6f708f8057bd9563be545ccbd651f7 184 0.30/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.65 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: 672.95 GB
    • Received: 16.33 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.