Loading Tool

Explorer IconExplorer

Memory Pool

36,003 transactions
28.48 vMB
0.06928114 BTC
Random Selection Loading Transactions
Max Size: 142.43/200 MB

Candidate Block

Mining Attempt 6254e01aeef7e1fb82f0912197f890d9b11e9169f2b32de208955db1c7500787
Version 20000000
Previous Block 000000000000000000005f6e061237a1b3be90d7e91949057a34a7b5facf2fa9
Merkle Root 11ac6813b7175b7f7d00eb3bc08f0f3ea5e09f6b676930406a844cc755ac632a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,036
Size: 1.00 vMB
Total Fees: 0.01402345 BTC
Feerates: 75.76 > 1.41 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,529 (682,401 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
232,128 232,128 000000000000014c80947f03c7329420749c2a033a237113ae124dd9fc150344 293 0.15/1.00 vMB 226
232,127 232,127 00000000000001bc55c86bedc4044ac4c605787a3c23f024f88ca03f4f5ff40e 452 0.25/1.00 vMB 154
232,126 232,126 0000000000000197ea6dd3b2a586dcc649ce66b688ce6ec8b596b2e3c4bb3da6 653 0.25/1.00 vMB 427
232,125 232,125 0000000000000001f5a6354ad38e1ae1c5af0c9ee2afc9015238ae0a1e0438ac 370 0.16/1.00 vMB 179
232,124 232,124 00000000000001ae6a860a7838b601870368538bab74dea931b020e9c4c53f10 396 0.18/1.00 vMB 155
232,123 232,123 000000000000005d8d61dd45b6d78c78d35171346aaf68c9272100053889b62e 241 0.14/1.00 vMB 186
232,122 232,122 0000000000000136621541b2bbb0bc47a39b39865b64f75c83c3dc12683a4df7 93 0.05/1.00 vMB 177
232,121 232,121 000000000000003bd1b2d51ba5c51925404c254e749268f9f1f6319b39304e0e 173 0.07/1.00 vMB 206
232,120 232,120 000000000000006fc61cb4e37a83e8a7b7bb531768223a9cbd9bd0399d170b0d 140 0.16/1.00 vMB 29
232,119 232,119 000000000000017c4de2fe9c3bea6df1a717ed736969e3c1eb54bdcf74d8267c 136 0.25/1.00 vMB 16
232,118 232,118 0000000000000077fe92e58ed7a6c70d61dc165ea5c1c9d3f4870ccea4c6d6d0 572 0.25/1.00 vMB 188
232,117 232,117 000000000000017ffbdf8655c24dce8aa21a77823de8a6c5791aa57461c0dc23 166 0.18/1.00 vMB 69
232,116 232,116 00000000000001b1d76c91091eb40fdcedcb7bd8b653d0f0b7112da5a4873516 1,299 0.47/1.00 vMB 189
232,115 232,115 0000000000000151afb6ab4ae589d239411cba496b109947a19c8d0da6358381 524 0.25/1.00 vMB 140
232,114 232,114 0000000000000084cb6fa22ec4d894d6e29ad8af995701c535fe14a3182a09b4 539 0.24/1.00 vMB 372
232,113 232,113 00000000000000dd686225862f4529d78522ec1c1b0a5b170d541dbc455625af 280 0.16/1.00 vMB 123
232,112 232,112 00000000000000beb9a3ae3c257ff47912b70a0ad80b9fe338f3613ed997022a 256 0.08/1.00 vMB 247
232,111 232,111 000000000000005b67ca78fe20b2433622ea1a4e57c33a6b2f7510d6bb3c115e 47 0.02/1.00 vMB 21
232,110 232,110 0000000000000008c3e7b684e2aa56bebba3beb267a8d932fb84217becc0406b 753 0.33/1.00 vMB 142
232,109 232,109 000000000000001769d6cd877fd34a7713ea2c698b54a90c3956b5ac588013bf 481 0.24/1.00 vMB 126
232,108 232,108 0000000000000182d5371be9c3799bbbb9bf189661c9c1e87c2b094c8c9f4537 550 0.24/1.00 vMB 176
Previous 10 blocks ↓
Total Size: 781.55 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 621.66 GB
    • Received: 11.24 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.