Loading Tool

Explorer IconExplorer

Memory Pool

33,710 transactions
25.54 vMB
0.05579499 BTC
Random Selection Loading Transactions
Max Size: 129.13/200 MB

Candidate Block

Mining Attempt 614bfd86f37c68a67f48dc0fc9fb494a32ba374e9a0ddde2d7c7de5ae7ebba57
Version 20000000
Previous Block 000000000000000000014e991e8aa753e1b625e161a4bdb8c1cfdc7e9d23705f
Merkle Root 13874ea821237db081af6a4352435bfea366d74b176856ee283c1bfc3319b1ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,550
Size: 1.00 vMB
Total Fees: 0.00946521 BTC
Feerates: 74.70 > 0.95 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,696 (122,119 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
792,577 792,577 000000000000000000036b63424af0d0da2f4c4fa4a81612b858b8c454447a9c 3,939 1.00/1.00 vMB 51
792,576 792,576 0000000000000000000243af71d86fbaf6674c8e72e5000cd0da664c9d33599f 3,342 1.00/1.00 vMB 58
792,575 792,575 00000000000000000000ffc7ccec59e06c93663f34c24139c0452c126a5fca7a 2,355 1.00/1.00 vMB 41
792,574 792,574 00000000000000000003995c68a93ef720c2af247fa07d404593bd0a58f9917d 3,409 1.00/1.00 vMB 63
792,573 792,573 0000000000000000000384f7589b1f63c1fe15b675cf696f7db807efb826d772 2,352 1.00/1.00 vMB 37
792,572 792,572 00000000000000000000d8bac4fdaa804744d9fc5215537f5ab7c70632fc74fc 2,742 1.00/1.00 vMB 51
792,571 792,571 0000000000000000000119cdc1271cb700321673da6e3aaed1bd7ce908eb80a1 1,981 1.00/1.00 vMB 51
792,570 792,570 000000000000000000025530ea6ad2ccdab182cdf296c63f282b2e999e0fad36 3,512 1.00/1.00 vMB 66
792,569 792,569 00000000000000000001a5363330f9cc3d55f383f37b87791bd1b772c6dbded4 3,729 1.00/1.00 vMB 23
792,568 792,568 000000000000000000050b9e970d53cbc64ca6b504bf82cf4d3e97f747ef333b 3,654 1.00/1.00 vMB 41
792,567 792,567 00000000000000000005578f741974417eca0dda7778cdd205717d4d2bf5efd1 3,582 1.00/1.00 vMB 40
792,566 792,566 00000000000000000001a6bf8c666de44ae40e324446fd93ed7f90cc70c6e04c 3,770 1.00/1.00 vMB 35
792,565 792,565 00000000000000000000c19db51e526b3b78d778083c961869014d53e5182f28 3,119 1.00/1.00 vMB 17
792,564 792,564 00000000000000000002868b3a917fb926356b290d0d818e2c5815fdf5695b0d 4,456 1.00/1.00 vMB 30
792,563 792,563 000000000000000000010003008a4c58e373eb0309b96463e82d93050c85ff09 2,406 1.00/1.00 vMB 20
792,562 792,562 000000000000000000022fef6313cd3b6197e078de9d5b8e70d1ece13dcb04fb 3,245 1.00/1.00 vMB 27
792,561 792,561 000000000000000000017173a28dc9f35cab8c58aa91aea2d23b1c6bec9c07d3 3,488 1.00/1.00 vMB 40
792,560 792,560 00000000000000000005777b28461cb8512c7072a2cc778054e1ecbab428cde6 2,520 1.00/1.00 vMB 44
792,559 792,559 00000000000000000001f1a540d68db9e9fa26c091c749528a0932edc7756f02 3,511 1.00/1.00 vMB 51
792,558 792,558 000000000000000000050f572fd7bfc4eb3f5becf18a5f5a1c2c87aaffced406 3,672 1.00/1.00 vMB 52
792,557 792,557 0000000000000000000441a56641306c7bb3840d78c173bcdc689ce914122552 1,684 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 781.85 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: 638.62 GB
    • Received: 12.49 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.