Loading Tool

Explorer IconExplorer

Memory Pool

82,059 transactions
30.30 vMB
0.09269695 BTC
Random Selection Loading Transactions
Max Size: 182.49/200 MB

Candidate Block

Mining Attempt 219c6ae330249bbaf48da5ce3b85e6a97c94223124e7d513a65d48e616942191
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root 6f5cea4a9e802cf604c2ee9211cc8e12edabb9ac8d050b26a2b2e58d7a0a0730
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,778
Size: 1.00 vMB
Total Fees: 0.03052077 BTC
Feerates: 454.44 > 3.06 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (287,545 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
627,440 627,440 0000000000000000000185d263950138cce58540400180d3c1f5b8f9a5d041e0 2,318 1.00/1.00 vMB 53
627,439 627,439 000000000000000000046c1de1c2546ff18e0af0811aa0e86b511ebd86e4f558 1,075 1.00/1.00 vMB 81
627,438 627,438 00000000000000000005b97f99f5f31a266df717ef57b2725e9d9282613c7f71 2,585 1.00/1.00 vMB 24
627,437 627,437 0000000000000000000e6baafc1aacfaf5a87204aea90bf7dd463ace1538d44b 152 1.00/1.00 vMB 5
627,436 627,436 000000000000000000034044828754aa6cd65a10b9a59d28d3d82a81c40bebf0 2,600 1.00/1.00 vMB 23
627,435 627,435 00000000000000000006034a5ff8388f7ec35587df8b46a37bd2ac77237ba499 3,040 1.00/1.00 vMB 28
627,434 627,434 00000000000000000001c4be2b2def290d84fd61084170f64c9bfa29410a1759 2,634 1.00/1.00 vMB 19
627,433 627,433 0000000000000000000507e733649777f1e282076b10ae062f258788f9645871 3,078 1.00/1.00 vMB 25
627,432 627,432 00000000000000000000a7aa2f31c89fe63050b4d2293dc4218790b4090e97e6 2,252 1.00/1.00 vMB 25
627,431 627,431 00000000000000000003460a60f9f1ba07aa5385c786c3244f0af7911cd970c4 2,351 1.00/1.00 vMB 26
627,430 627,430 0000000000000000000d9fce112c1d463906a7415541c399dd0d2d1021030086 2,925 1.00/1.00 vMB 42
627,429 627,429 0000000000000000000cf6a30928d10a12efb7a108b768177e1a544573273ee3 1,920 1.00/1.00 vMB 22
627,428 627,428 0000000000000000000b3be66d6a6ad79b2432a58fba4058073bb49cd440b226 2,517 1.00/1.00 vMB 9
627,427 627,427 0000000000000000000d2bccc5cea9e3e1d75af9f2e1ed4e4c393e7b2d7a02ae 2,492 1.00/1.00 vMB 24
627,426 627,426 000000000000000000011f50c82109f9471bd4dd0eb5150a4bdef1b1c2c5fb68 2,898 1.00/1.00 vMB 29
627,425 627,425 0000000000000000000197aeaa2746312b1b1e0af6fde3478ded2bc2a9afe19b 2,621 1.00/1.00 vMB 38
627,424 627,424 0000000000000000000d9c6680b7402ff402d6c39bf4565b20dd20ef9495fca8 2,375 1.00/1.00 vMB 7
627,423 627,423 00000000000000000005a6ab40555ef3f2bb6fada31ced9745d2e7b5a2e89554 2,410 1.00/1.00 vMB 33
627,422 627,422 0000000000000000000d8bbd7b49fa676d106cf51d7c381aff89e54778059e37 2,945 1.00/1.00 vMB 18
627,421 627,421 0000000000000000000dbc9ca7c91021b18e8ba8582630e01dab73b5675ee640 2,643 1.00/1.00 vMB 20
627,420 627,420 00000000000000000008722bd1f4a2027452f1f027a23bb8d0590fa84afb2e95 2,504 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.37 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: 663.35 GB
    • Received: 14.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.