Loading Tool

Explorer IconExplorer

Memory Pool

43,825 transactions
27.02 vMB
0.09049053 BTC
Random Selection Loading Transactions
Max Size: 140.99/200 MB

Candidate Block

Mining Attempt 14d9ee3d619116008ce6e3967ae14907f07908fdd36f91a2f509d97edfd2a560
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root ee49533dbfb0426a28172da45c3165048639f857e7fe49d14c67f6d453e653f8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,494
Size: 1.00 vMB
Total Fees: 0.03839616 BTC
Feerates: 151.01 > 3.85 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (336,358 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
578,518 578,518 0000000000000000002483c1589671e78c6d60d8e82734a576c7c8775b7aefbf 3,086 1.00/1.00 vMB 151
578,517 578,517 00000000000000000000387115c40a0890164cafbb9d41f3110909ea5c3674b1 2,845 1.00/1.00 vMB 170
578,516 578,516 00000000000000000020c5475b52f40b48b0fb2b0b7f42b0a7b6ce30a0b5bae6 2,428 1.00/1.00 vMB 123
578,515 578,515 00000000000000000016e234fe052c8797368f15a7d799fa9968dae4daed12f6 2,067 1.00/1.00 vMB 104
578,514 578,514 00000000000000000002d9e2eaecd9d9ddcac373f4973a619fd9a05e73877fd1 2,552 1.00/1.00 vMB 167
578,513 578,513 0000000000000000001c39485c1bf92294d7cdf705d2fdc4f31b967143b84371 2,535 1.00/1.00 vMB 170
578,512 578,512 00000000000000000026306cb5836ddaa3bda0cc51ab14f5410a2b6ecc598a6f 2,639 1.00/1.00 vMB 109
578,511 578,511 0000000000000000000fc37c53dd41d13685ce55ff9627735b5bae11a643f52c 2,898 1.00/1.00 vMB 191
578,510 578,510 0000000000000000000058b76e7ff02f12cc223790ee43f76a32728e4ca166ee 2,835 1.00/1.00 vMB 178
578,509 578,509 00000000000000000016123c524c478c717a9ba4cd9f25853a27826c342ea753 2,567 1.00/1.00 vMB 105
578,508 578,508 0000000000000000001536dbe69bfb860d26005d4ad8b596d4f3ecd88dbc71b9 2,750 1.00/1.00 vMB 128
578,507 578,507 0000000000000000000e55135680a39caf77b78591ed35f9ffe6db2e31685e8e 2,794 1.00/1.00 vMB 193
578,506 578,506 000000000000000000042f5381801e9bcc332ef5234557df9c46f94014fa5cd0 2,118 1.00/1.00 vMB 42
578,505 578,505 00000000000000000004e7e62769cfe020944a8c892db0d6cb1b34dbb8171eab 2,844 1.00/1.00 vMB 152
578,504 578,504 0000000000000000001569f83e7f3b08911290b209b844d960220b6703ff1fe8 2,856 1.00/1.00 vMB 138
578,503 578,503 0000000000000000001cfcfd79454d9474edba70f425be3bc9ac02dcfde81084 2,947 1.00/1.00 vMB 112
578,502 578,502 0000000000000000000f93892a5ffc42a086f39cc88658a888d8893f00783aa1 2,207 1.00/1.00 vMB 129
578,501 578,501 00000000000000000015105ef7dafe0c211e890e0f0f7f4b6af32f1a8629e503 2,538 1.00/1.00 vMB 98
578,500 578,500 000000000000000000130f07f2fde29282af8b6ecba3628642c4d7cb9609ef1a 2,585 1.00/1.00 vMB 150
578,499 578,499 0000000000000000000be10845978223f4c6ccc6c37083dcbde57a8a3871b141 1,584 1.00/1.00 vMB 37
578,498 578,498 00000000000000000014ef55abdedac757e90cb60278308145aca9fab833c7d7 2,552 1.00/1.00 vMB 123
Previous 10 blocks ↓
Total Size: 782.17 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: 653.47 GB
    • Received: 13.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.