Loading Tool

Explorer IconExplorer

Memory Pool

41,372 transactions
27.39 vMB
0.08040971 BTC
Random Selection Loading Transactions
Max Size: 141.49/200 MB

Candidate Block

Mining Attempt 2495a5769ab598def2ffda59d12d8d69049bd643d2bfc45fa09b9dbc9cf962f2
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root 7debc6192feab797178a968c0647166e008569cfa81be988edaf5052cbe91e92
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,061
Size: 1.00 vMB
Total Fees: 0.02703057 BTC
Feerates: 141.50 > 2.71 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (439,114 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
475,545 475,545 000000000000000000a3aed6e8eb13e572c4e70c83fa1e3a9f450230823faee2 488 1.00/1.00 vMB 136
475,544 475,544 0000000000000000016213f883a12c74d331e8c73833a151292535e428a083ee 1,124 1.00/1.00 vMB 182
475,543 475,543 000000000000000000890903c51e02185612d77aae60f812a9cc4f68ce31ebce 1,668 1.00/1.00 vMB 215
475,542 475,542 00000000000000000124f80e20c11da9cdf7d7106720ff0a29e6ae3cf1ae4aea 1,535 1.00/1.00 vMB 191
475,541 475,541 0000000000000000000e066d15f2599306c76e9563380678b5cf0e6e13e7e49b 2,063 1.00/1.00 vMB 280
475,540 475,540 000000000000000000590f81effc9c00196a2bd397c4af527ef7da850a0db287 1,867 1.00/1.00 vMB 178
475,539 475,539 0000000000000000014b66a862f06cba99b435d3c6b3d30785b652b738419efb 1,218 1.00/1.00 vMB 231
475,538 475,538 000000000000000000bc081073dc0d7b7be8a5dd680aea1c4d7673df0a3fc203 2,317 1.00/1.00 vMB 293
475,537 475,537 000000000000000000aaa2165456dcc225e227cf2ec0c1fc1f40864a897a32a1 2,181 1.00/1.00 vMB 164
475,536 475,536 000000000000000000aaa705baa4a088433a434c7597573592373d360eb4138e 2,359 1.00/1.00 vMB 45
475,535 475,535 00000000000000000010a7fdb390c32563026cb829c3f64d758d9e1b38a89a5c 2,042 0.99/1.00 vMB 75
475,534 475,534 000000000000000000223302d9db98c063890eec9a1b3188c61a384f07444d27 2,048 1.00/1.00 vMB 196
475,533 475,533 00000000000000000006ce6b1db8286c229a90a5ebf2adee41cc21403fcd7013 2,377 1.00/1.00 vMB 164
475,532 475,532 0000000000000000002658c5b0078e3f2c7d47a597d0f4ac4826ea97f52de878 2,042 1.00/1.00 vMB 169
475,531 475,531 00000000000000000008f14d5e1f481dfc87396c6bff95140f7611b05bf92437 2,186 1.00/1.00 vMB 194
475,530 475,530 000000000000000000185063982bcce59194015aa008c636e002455e7b0f2f06 1,835 1.00/1.00 vMB 134
475,529 475,529 00000000000000000042b80d55aa0f4695243b5ef1d14804138d18bfa2d5ce8b 1,691 1.00/1.00 vMB 191
475,528 475,528 0000000000000000011e3bbedd6df73b60bf7c7acfdba3a855e24895de00a844 2,336 1.00/1.00 vMB 238
475,527 475,527 000000000000000000c258e333037c89d26ad2d564f55d3d46f3c4dca0abfb36 2,083 1.00/1.00 vMB 290
475,526 475,526 000000000000000000502802cfd6c48d5f647e5496665c09648e6d41b996defd 2,047 1.00/1.00 vMB 210
475,525 475,525 000000000000000000e10218c2a3d9dbde8f84768ae7575a629a02b9b61c9444 2,253 1.00/1.00 vMB 185
Previous 10 blocks ↓
Total Size: 781.79 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: 633.65 GB
    • Received: 12.21 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.