Loading Tool

Explorer IconExplorer

Memory Pool

78,326 transactions
29.75 vMB
0.07327292 BTC
Random Selection Loading Transactions
Max Size: 181.70/200 MB

Candidate Block

Mining Attempt a8b636c6acadb605c370e0645aacbf49a874b303d6d854dd2842654064fb1e5a
Version 20000000
Previous Block 0000000000000000000004a53d2ccfc82210803da3fce74ac3709abde32904b7
Merkle Root 5c815ba4c98a537d7e291aebae5c1b861479dd2f7e2af25979c9c9e840d50093
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,986
Size: 1.00 vMB
Total Fees: 0.00748936 BTC
Feerates: 150.58 > 0.75 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,372 (17,104 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
898,268 898,268 000000000000000000008de1f2480f05901ff5e9043a44b9bbfdf42eaa49bb76 3,083 1.00/1.00 vMB 5
898,267 898,267 00000000000000000000cef0a9d0c24d92d3a0642672c50a3a4cd1d528fb8bf6 3,939 1.00/1.00 vMB 2
898,266 898,266 00000000000000000000934de9a13c4372c6a61e9af2c0511545bb3d8a007c7b 4,248 1.00/1.00 vMB 2
898,265 898,265 0000000000000000000137795df0c6c433847dec826b1d9b223965693f29c6bf 3,789 1.00/1.00 vMB 5
898,264 898,264 000000000000000000008312887574dfd3f21f33604e8594778cbf60fcbebf51 4,521 1.00/1.00 vMB 2
898,263 898,263 00000000000000000001bf83efb4aa5a77cb4036cfe30dbc661296c41573bde7 3,532 1.00/1.00 vMB 1
898,262 898,262 00000000000000000000c5c248df02138374393a19aeea4e316ea58f0955d8ea 3,847 1.00/1.00 vMB 3
898,261 898,261 00000000000000000001c9f243a5038f61a94c1c1fda7e7a6f17c1a9f2f5a4be 3,183 1.00/1.00 vMB 7
898,260 898,260 00000000000000000001a8b578cdae4232ffbe0e71d735cdbe5e990429a5a78e 2,586 0.66/1.00 vMB 1
898,259 898,259 000000000000000000007945194c5cf247442947fe07c6b0342a7400ea8648d6 3,049 1.00/1.00 vMB 8
898,258 898,258 000000000000000000011abcef4f71fa0f6367fff40f95f9a060c66337cd086c 2,884 0.81/1.00 vMB 2
898,257 898,257 000000000000000000008ee67f846ec3c020ddd95b4856f97e6119187d5ce40c 4,173 1.00/1.00 vMB 2
898,256 898,256 00000000000000000001532c47b79ec1d4adbdb42c65fde2f7f804090f132486 4,013 1.00/1.00 vMB 5
898,255 898,255 00000000000000000000e86519a7245464444f9e57f1b03bd4e147ce98646012 923 0.24/1.00 vMB 1
898,254 898,254 00000000000000000001adf68d5c4b8df8f19d369c4bc1fb6dd3b351c96479e3 625 0.25/1.00 vMB 2
898,253 898,253 00000000000000000000bb0fe36646ba4912e816e000c1bdbd68179305ab474a 443 0.99/1.00 vMB 1
898,252 898,252 0000000000000000000088b5c659f4eba81030c9758645b28907e0fd87035188 2,678 0.96/1.00 vMB 2
898,251 898,251 00000000000000000001f197bc0118db0d5da138c0c73c0faa86ccfcb7eb7532 1,474 0.96/1.00 vMB 1
898,250 898,250 00000000000000000002134cba319ea45ed4b0c820613917287c32e853f1ce8e 2,159 1.00/1.00 vMB 2
898,249 898,249 00000000000000000000fd6382af026408828de6264cb9b06586e674f05ccf45 1,230 0.93/1.00 vMB 2
898,248 898,248 000000000000000000015987fdc0fdb4a4d264a4de56e4c22ce1ee8f07e629a2 477 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.04 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: 719.63 GB
    • Received: 18.11 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.