Loading Tool

Explorer IconExplorer

Memory Pool

42,500 transactions
29.24 vMB
0.07483960 BTC
Random Selection Loading Transactions
Max Size: 149.93/200 MB

Candidate Block

Mining Attempt d34b2dfafa53a9f676e2130c4adb68296f858da2b6f0df9f6052e0d876541f14
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root 47ff4a2e37dff6903ef9567aca444ef8d7ae8acb261e8d3fd27ae7dc5d090e35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,639
Size: 1.00 vMB
Total Fees: 0.01758620 BTC
Feerates: 100.36 > 1.76 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (504,325 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
410,289 410,289 000000000000000003a5ea7512cb8e7984ea0cd12e539fe965600f11903d4986 2,646 1.00/1.00 vMB 38
410,288 410,288 000000000000000001d63d8714673c2628a82875410d3863dc3dbeaf0dabd5a6 3,078 1.00/1.00 vMB 57
410,287 410,287 0000000000000000016ce75642488a89ef368ad79e0fd3847b91f5f0144e41a4 903 0.35/1.00 vMB 35
410,286 410,286 0000000000000000041d4e1d8ae680da152a550bc24b071297c254f08ade5675 362 0.15/1.00 vMB 41
410,285 410,285 000000000000000000235a9668bb613cc6051bd28536b720b4b5dc60c521de98 2,033 0.84/1.00 vMB 38
410,284 410,284 000000000000000000fa4b56dad80875df57e139fa5e1b1020de2edfc2d259ca 259 0.10/1.00 vMB 37
410,283 410,283 000000000000000003dc07402198a1bee9243dd61fb26ae7a70a9055e872d076 40 0.01/1.00 vMB 31
410,282 410,282 000000000000000005237abea923981bf9f85476b3674b0536679381346c0f80 349 0.18/1.00 vMB 31
410,281 410,281 00000000000000000280f3399c8a2723cce062792936f3f48a2b1e203c07542e 1,098 0.43/1.00 vMB 39
410,280 410,280 0000000000000000026aef2921b6f3dcfd7b63f1c004509a3b3e8105adae98a4 1,464 0.60/1.00 vMB 36
410,279 410,279 000000000000000001afa8e91dbbf1d0018a315645ed877fa6db94fd6725c6b6 2,111 0.83/1.00 vMB 39
410,278 410,278 000000000000000005a480261c3a0f6f620d49b2d4ba1a3d16dbc6036ce09a6a 1,149 0.79/1.00 vMB 25
410,277 410,277 0000000000000000058c6e08e5f41f7da564624e72a77d71f9b9ffe5bf33e6aa 2,362 1.00/1.00 vMB 42
410,276 410,276 000000000000000000534c1c4d3db44eda375f399af4c6f73788bcc9a2fdf6e1 2,391 1.00/1.00 vMB 38
410,275 410,275 00000000000000000538454b34263d8e1c5b4e761a5324e7de46ca33599edbfc 2,273 0.75/1.00 vMB 51
410,274 410,274 00000000000000000219b681a8e217440d7c9663ad61cea38f1cbf3e1fdd2752 742 0.36/1.00 vMB 31
410,273 410,273 00000000000000000009fb1549565392205b62df83069954b3f7d365f60ff49e 1,194 0.42/1.00 vMB 42
410,272 410,272 000000000000000003072e9ff852fd2cadb2608f8b92b6ab67e9737f49b41c71 15 0.00/1.00 vMB 115
410,271 410,271 000000000000000002371bcc402017b254e1bb014c882c80a18f38a5ffbb7ea7 326 0.10/1.00 vMB 48
410,270 410,270 00000000000000000480aa740bbf45e7c8ed8c1e1a4bda7df40a4d0cc05f8aad 1,891 0.95/1.00 vMB 38
410,269 410,269 0000000000000000046c721b7fd8b79a094f28fda9d6cd9684f75bcbb127b198 2,574 0.99/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 781.71 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: 629.31 GB
    • Received: 11.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.