Loading Tool

Explorer IconExplorer

Memory Pool

41,872 transactions
26.75 vMB
0.05643142 BTC
Random Selection Loading Transactions
Max Size: 140.37/200 MB

Candidate Block

Mining Attempt 36e0b429261ab1992cb64c4766343178b35c64128aab6e441abc5691e6e3254e
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root cec72efc6bc45e94456b349958c776e3656c97ed56e210dc3c4ccf60fb3d3dbb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,574
Size: 1.00 vMB
Total Fees: 0.00666033 BTC
Feerates: 103.41 > 0.67 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (468,546 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
446,378 446,378 000000000000000002c9851c580f56e56d61a9e3939e5f32177e3cb5eeffc1de 455 0.45/1.00 vMB 36
446,377 446,377 000000000000000001c7d1c96d096b0a7057e5dc2f789aae2cbd4975e9e31b74 937 0.56/1.00 vMB 70
446,376 446,376 000000000000000002ed7ec6e626c5b9ebc915eefd676fb9ca90344578696831 175 0.11/1.00 vMB 32
446,375 446,375 000000000000000001c733c12fcb2dc2deef22dd4909bf5ef45ff5e02e8440d4 1,648 1.00/1.00 vMB 70
446,374 446,374 00000000000000000303aa2958bdf2da430fe099e7d63e9736e8cba11d64be04 2,053 1.00/1.00 vMB 73
446,373 446,373 000000000000000000b58711daaba3a0a98fd2f1e05253a2989b0ce9f2b0acd7 1,813 1.00/1.00 vMB 74
446,372 446,372 000000000000000001ea04360006d8cd5e2d5fbca2ddb09bccab9094e5f77129 2,324 1.00/1.00 vMB 74
446,371 446,371 000000000000000002175e14bfffa3a49e626ecbe6e7c35d26679ccb7af6948a 2,803 1.00/1.00 vMB 102
446,370 446,370 000000000000000001222bf91e3194a892dd0963d61ba2968af07541b09bb1d3 2,068 1.00/1.00 vMB 60
446,369 446,369 00000000000000000334b7a27a911c433af39147d8960926904d343f783c01b9 2,525 1.00/1.00 vMB 94
446,368 446,368 0000000000000000013ca993dd1d351ecfe0b324feff348e5c9be70fc599450a 1,049 1.00/1.00 vMB 41
446,367 446,367 000000000000000000a52d4ccabc3f9f789e513da9a99f83a50e69bd99980103 83 0.08/1.00 vMB 25
446,366 446,366 000000000000000002d015fb332b59962d2c17ca3b1fb371c1e9eb089db62c4d 1,029 1.00/1.00 vMB 43
446,365 446,365 0000000000000000007ba3bd17794e2ce7c36d0ee90972dcbea33e33453eadb1 778 0.58/1.00 vMB 45
446,364 446,364 00000000000000000207529e3415a809313f3c491ff5a58aa79a09ff097b4723 1,164 1.00/1.00 vMB 46
446,363 446,363 000000000000000001429d1e311a50aa3692676f1e1a9c844b953ea2aa1ccdf5 2,423 1.00/1.00 vMB 85
446,362 446,362 000000000000000002e04f3baf3454de872e666c86b9ddee8ff73795cee2e15d 1,181 0.78/1.00 vMB 32
446,361 446,361 000000000000000002dd52645299998bc786d843d24ecdb141d9ab62bf074aff 1,911 1.00/1.00 vMB 57
446,360 446,360 0000000000000000005706c96eefd07401711b2573a516171d47b59ac3ea686f 1,752 1.00/1.00 vMB 75
446,359 446,359 000000000000000000e0e2e89e2d241ac7dfa91fa68a972244de7711a0c2aeae 2,223 1.00/1.00 vMB 77
446,358 446,358 0000000000000000001db6b10a54727bc0a779bfebe0d9db8d6547385a5e98b9 2,490 1.00/1.00 vMB 82
Previous 10 blocks ↓
Total Size: 782.25 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: 655.52 GB
    • Received: 14.32 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.