Loading Tool

Explorer IconExplorer

Memory Pool

44,933 transactions
28.18 vMB
0.06332559 BTC
Random Selection Loading Transactions
Max Size: 149.76/200 MB

Candidate Block

Mining Attempt e5de42e64bab19561f6f7af3df6162da51141747bb453d27dae370590622d94a
Version 20000000
Previous Block 00000000000000000001d31dd75d38543959c8b9e526cb3be5dabf3325e25fb6
Merkle Root 77ebab76c36796c3b97af5968e81b61b41ed6b5aa7f701af05713e4085243c34
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,551
Size: 1.00 vMB
Total Fees: 0.01020247 BTC
Feerates: 361.66 > 1.02 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,850 (228,532 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
686,318 686,318 0000000000000000000b00a07ec437c6a633d7b06308aef721d5de34c3f40ef6 1,933 0.99/1.00 vMB 20
686,317 686,317 0000000000000000000953293ada166e32a9a46080779571e4dff17aa958973e 1,746 1.00/1.00 vMB 31
686,316 686,316 0000000000000000000615bb5101ae8fa8a5ee4c12bd57f10397f9d4ebf64e2a 1,726 1.00/1.00 vMB 36
686,315 686,315 000000000000000000070de3ffddff11c211e2c51ff9efd3b1a17c117128623e 1,805 1.00/1.00 vMB 23
686,314 686,314 000000000000000000076cd7fda15fa7a3bc420b5fb84dca10d18203aae6acbf 1,614 1.00/1.00 vMB 63
686,313 686,313 0000000000000000000d593591fa8675f594bce31acc046428f7b5752f75c969 1,631 1.00/1.00 vMB 38
686,312 686,312 00000000000000000001be4de5f8c69147b4da19223a990464d54cd3576c46e5 1,696 0.75/1.00 vMB 37
686,311 686,311 000000000000000000006eb9a20b88eac8e4ba04529c8bbd6ee384fc0020a483 349 0.13/1.00 vMB 42
686,310 686,310 0000000000000000000bcc86315397ac58fba17162fd5c420acd781864147e21 948 0.45/1.00 vMB 37
686,309 686,309 000000000000000000039e6fc3805008e4605bae4de7efd90f3a74acc6ff88e5 808 0.24/1.00 vMB 11
686,308 686,308 0000000000000000000bbe38c272fef59a8b787aa31a9b8d48478b7649520799 1,858 1.00/1.00 vMB 42
686,307 686,307 00000000000000000003d040ab9465ae1421cde34ac984251056a67e62ce9eef 1,377 1.00/1.00 vMB 35
686,306 686,306 00000000000000000006a6bc891c36d37a79be7343f803fb73a3b148264dab6b 1,255 1.00/1.00 vMB 51
686,305 686,305 0000000000000000000c6b20a4057da1c5d08cac52cfdcffeb04eb7a8b0e666d 498 0.28/1.00 vMB 37
686,304 686,304 0000000000000000000ab3abb90340d0a73c61e5a9588c4bd8f2d4e88df35a55 1,045 0.47/1.00 vMB 37
686,303 686,303 000000000000000000050583ff62eff2ac422e7643bb444db3ff8d59c9e14321 739 0.26/1.00 vMB 15
686,302 686,302 0000000000000000000a097b78921b2b6dec3837a697c12fd72a057cd73891f1 2,035 1.00/1.00 vMB 42
686,301 686,301 00000000000000000004beb57f7a3b5e93acdfe2fe94a1f056e1a26fdc4d03a3 1,138 0.52/1.00 vMB 33
686,300 686,300 0000000000000000000a2c5d287d161f408e98486d3b956a6c7821d05b909824 1,226 0.59/1.00 vMB 19
686,299 686,299 00000000000000000000e313460cfb00c7c135ca9779d9d80bb488f2ad3df422 2,252 1.00/1.00 vMB 33
686,298 686,298 0000000000000000000c9f2b811a13c2077ec0adefe25fb21b74d90c5681be64 2,443 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.12 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: 652.16 GB
    • Received: 13.73 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.