Loading Tool

Explorer IconExplorer

Memory Pool

76,849 transactions
28.54 vMB
0.06293740 BTC
Random Selection Loading Transactions
Max Size: 173.20/200 MB

Candidate Block

Mining Attempt 6eaf5ed8608d010e7cefb9c9854e78e9b66ac3922fcc4af2a11e1db984dc519e
Version 20000000
Previous Block 00000000000000000001c49f83a44b33fdaf760ac061f9963277002d72c7d5d6
Merkle Root bb0815184d5a744ea72fc09b7b8bc84cb1d03fc69fbbeb7b7150be255ffa3d5b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,069
Size: 1.00 vMB
Total Fees: 0.00361937 BTC
Feerates: 73.20 > 0.36 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,091 (279,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
635,487 635,487 0000000000000000000e7c220ff0dd7de534b5c2cd53ad809d7adb57c403fb5a 406 1.00/1.00 vMB 1
635,486 635,486 00000000000000000011886ef1ecaec9a9aa05b5cbbacfd88664bb517dafcc10 2,775 1.00/1.00 vMB 9
635,485 635,485 00000000000000000007907dd23bc3093da6d813d6930b693bea97538bf2780f 2,832 1.00/1.00 vMB 24
635,484 635,484 00000000000000000006bd40e4a670bfc5bca7f23cf8ea31ab55e089b4113a91 2,442 1.00/1.00 vMB 48
635,483 635,483 0000000000000000000b7ee1d84927973761d322546c5114b293e0fc53091ee9 3,050 1.00/1.00 vMB 52
635,482 635,482 000000000000000000111361613eceada3ca490ea1d8670dbed6b03b3de2532b 2,659 1.00/1.00 vMB 17
635,481 635,481 0000000000000000000e22d3e0ba317e51083f24dae79d6ef10efcd88117ceb3 3,041 1.00/1.00 vMB 44
635,480 635,480 00000000000000000006ac97a35c2e70f52e6655368ac8d1d32641860d09492c 1,654 1.00/1.00 vMB 4
635,479 635,479 00000000000000000005b4c99105b0147f8793ee8505b75eb5de572df47afc1b 2,867 1.00/1.00 vMB 25
635,478 635,478 000000000000000000055ccf6f01e3b043f93bf4f091820f1ae93d1557400e4e 3,006 1.00/1.00 vMB 50
635,477 635,477 0000000000000000001115fe047ef01432dd9a17cce18b644898efd0313ff5e6 2,973 1.00/1.00 vMB 35
635,476 635,476 00000000000000000005ed3d5cb8d69621bc15c0c8e9d24896d755e25d139377 872 1.00/1.00 vMB 8
635,475 635,475 0000000000000000001173c8bff65e151c134db1f779b018a5704ea9f4e9523b 1,548 1.00/1.00 vMB 9
635,474 635,474 00000000000000000008c6a260f8ed878a77d17ce91b7a6c8621149474dc1072 1,444 1.00/1.00 vMB 26
635,473 635,473 0000000000000000000f2382d287409c40ae060f1370cf73703c2de5f701746c 1,790 1.00/1.00 vMB 20
635,472 635,472 00000000000000000002ae30dc0eb3b2ba0716d2760dcb5cdac4756c23f8bc20 1,599 1.00/1.00 vMB 11
635,471 635,471 00000000000000000005b6717939491a5d67f4682d63e657ede3533e9479d3f2 2,836 1.00/1.00 vMB 33
635,470 635,470 0000000000000000000bd9e715d0e6bdcdef61b30962c71bec8b7e7bf4c70d6b 2,479 1.00/1.00 vMB 13
635,469 635,469 000000000000000000054af446ca44448ddb6e726fb6ff3858d7aa48f1533ccb 2,613 1.00/1.00 vMB 39
635,468 635,468 0000000000000000000fdde082113760077d4dd39fd9ceeee2d29632dc1a4c15 2,603 1.00/1.00 vMB 42
635,467 635,467 00000000000000000000bb0ee91a2cb3628af582c06de282c6d3321d3e02262b 1,746 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.55 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: 669.83 GB
    • Received: 15.77 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.