Loading Tool

Explorer IconExplorer

Memory Pool

32,978 transactions
25.23 vMB
0.07245991 BTC
Random Selection Loading Transactions
Max Size: 127.09/200 MB

Candidate Block

Mining Attempt cefc4ccf76ba9c330e8c2d94cb0e5a7941a41b40c995f1bd991396ac2f8f975d
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 695344b55f35b0bda60dab6bd4f0ab058ea260295c54c21571824282fbabfc16
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,971
Size: 1.00 vMB
Total Fees: 0.02438873 BTC
Feerates: 100.60 > 2.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (521,467 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
393,238 393,238 000000000000000006f0eace817a8f62f57c2719049970f7178e62ca5a3f5aae 968 0.93/1.00 vMB 12
393,237 393,237 000000000000000001f5b3f38e49014e19259922f8b8c8f20fd8a87823de704f 1,322 0.75/1.00 vMB 29
393,236 393,236 000000000000000002ed730fdb336801c914b390ab7c2c9e79ead6c69a1bfd45 1,804 0.93/1.00 vMB 28
393,235 393,235 00000000000000000547e1fbd0c867f4ea3843c74761238fa154c8106a661241 1,384 1.00/1.00 vMB 22
393,234 393,234 0000000000000000055434dc76cd784f3cbd6c75c4afc2c116f0c3e4b9881d2f 1,453 0.65/1.00 vMB 37
393,233 393,233 0000000000000000016e72b0e2a1d3755ecf0a547fec853f4aec52faad16a5c2 1,880 0.86/1.00 vMB 35
393,232 393,232 000000000000000004388fdc5d166feb33618cfc117368bca5baac81d23c81b9 877 0.45/1.00 vMB 36
393,231 393,231 000000000000000001ca53f4626a07db7148ce6a9af0f694e5ecde95017cd344 1,978 1.00/1.00 vMB 15
393,230 393,230 00000000000000000283be9e67709538e4020f04c15aba7b1104662d194e7a21 1,685 0.93/1.00 vMB 33
393,229 393,229 000000000000000009552ee759b6d72f30cd2b68dca648b2da2d636ab79f9db6 1,314 0.93/1.00 vMB 21
393,228 393,228 000000000000000003e7ad34678d77689b6cd35169afb2bbf3a2c211d9e9af8d 1,901 1.00/1.00 vMB 34
393,227 393,227 000000000000000004da1b5a9c9c37a8fc949ee79c35e9a1fa2bab3823a23024 2,002 0.79/1.00 vMB 40
393,226 393,226 000000000000000002f392cae5b61699e0ce3a28db026b7c66dcf5dee43bbe30 1 0.00/1.00 vMB 0
393,225 393,225 0000000000000000055a04aa2bbcf88b7ec16e354b17b6ceef925303ee6f1768 1,622 0.72/1.00 vMB 36
393,224 393,224 00000000000000000543ffb19fd0c148118ffcca88ef67a05799a7f3d7a58d94 983 0.75/1.00 vMB 19
393,223 393,223 00000000000000000605c67c293b760ee8458071aa2e5cf8608348245e318f11 2,737 1.00/1.00 vMB 46
393,222 393,222 000000000000000000403217cb850ac2d0aab7778d72ad8c38ae57594fb20456 2,413 0.93/1.00 vMB 41
393,221 393,221 000000000000000003ae1fba5c7dc8efaacda587f0cede553125cc0c8a496bec 1,957 0.95/1.00 vMB 26
393,220 393,220 000000000000000007863805dfd37e9e1ee42266f16905f6681ade6d60fd9eb4 2,833 0.93/1.00 vMB 66
393,219 393,219 000000000000000003bd8e0dbf27af31509290b3bde67c24e5684f1e99ea792e 823 0.93/1.00 vMB 22
393,218 393,218 000000000000000000c1c96be69c22308e0842e1aeb9d1f8b2f1b2a24831e4ac 1,341 0.92/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.87 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: 642.84 GB
    • Received: 12.56 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.