Loading Tool

Explorer IconExplorer

Memory Pool

44,817 transactions
30.14 vMB
0.04071397 BTC
Random Selection Loading Transactions
Max Size: 170.04/200 MB

Candidate Block

Mining Attempt 891b450e1b84eb11f57227963355a8a7944db16f8fc9d0e44263f49d2f1df799
Version 20000000
Previous Block 00000000000000000001a7fb6efe68b7c22f7b4a1204abf9391b99dc29f4dcc0
Merkle Root 9efd7061eabe3584420f25b90e602ac2d982907c1b60852e2373c1cef51dd7c7
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,419
Size: 1.00 vMB
Total Fees: 0.00614027 BTC
Feerates: 469.97 > 0.62 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,632 (52 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
940,580 940,580 00000000000000000001e0b8c936bfd9e55768283e165572ec8da4aa1b4a2944 4,768 1.00/1.00 vMB 0
940,579 940,579 0000000000000000000058e2aac137dbf612eddeb6ff5cea649e36128a74c542 2,269 1.00/1.00 vMB 1
940,578 940,578 00000000000000000000ccbe6df10c363eb52bcaead72c17763e9940667eb99e 2,699 1.00/1.00 vMB 2
940,577 940,577 0000000000000000000067461bd8ce30f7c6cd6f41b7c5b62c19ec0bd190b4ae 3,655 1.00/1.00 vMB 1
940,576 940,576 00000000000000000001a263fbb31f9fa14686a3e47e72e33c38c45aeb9988bc 4,465 1.00/1.00 vMB 0
940,575 940,575 000000000000000000011fa1817b82fb7a086eadc67c1190f442b819aa6039ef 3,012 1.00/1.00 vMB 1
940,574 940,574 00000000000000000000050669f152eab4f1700ea8a9ea1ebaf44389f0a800f7 3,493 1.00/1.00 vMB 3
940,573 940,573 0000000000000000000143f5869752987f58c7f004db478ebeccffa26c588bd4 2,401 1.00/1.00 vMB 3
940,572 940,572 000000000000000000001cdde32a442a22ba5582dd0ccc3cebc3b18225737888 3,527 1.00/1.00 vMB 4
940,571 940,571 00000000000000000000448adc9b3d1c1b89abbeb6628e557178643303640a80 3,674 1.00/1.00 vMB 8
940,570 940,570 000000000000000000013630d8950ea6a38ae07db1eabba06067fae907a5559d 2,417 0.80/1.00 vMB 1
940,569 940,569 00000000000000000001a2e9c36f06fe06f4652f9136e121007fd15c2936fb70 3,534 1.00/1.00 vMB 4
940,568 940,568 000000000000000000015b8accb661d0dfb4e653d98111ea10f9f699259b93db 1,896 1.00/1.00 vMB 2
940,567 940,567 000000000000000000005aa1325962ef9adf3afcbd033511058168f412b5d496 4,048 1.00/1.00 vMB 5
940,566 940,566 0000000000000000000082a03a48fbd958e8a1bf6fb0436528cbffe14ce4034a 3,961 1.00/1.00 vMB 7
940,565 940,565 0000000000000000000154c5eaa07b7adcd238bfd4f43bbc66d1a3d6f5bdcd5a 326 0.11/1.00 vMB 3
940,564 940,564 000000000000000000003a347c641555405b4edaf8a263a6504de7a7edae8677 2,147 1.00/1.00 vMB 2
940,563 940,563 0000000000000000000055fe23c84cbdabeae6a20c87fa57c4292d48e44b807b 3,002 1.00/1.00 vMB 4
940,562 940,562 000000000000000000005d7f29bcfd94f7013318448a748cbfab69d4b7f2d8d3 3,477 1.00/1.00 vMB 6
940,561 940,561 000000000000000000009142177fea4a17aee4e67832d8a4bc5285b703234517 3,041 1.00/1.00 vMB 1
940,560 940,560 00000000000000000000137b7f0f50c474bd3ec49c9f1e55f1419de7eac785bc 3,243 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 827.89 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: 4,510.92 GB
    • Received: 244.74 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.