Loading Tool

Explorer IconExplorer

Memory Pool

49,206 transactions
28.47 vMB
0.13885231 BTC
Random Selection Loading Transactions
Max Size: 152.19/200 MB

Candidate Block

Mining Attempt 4c8e328c81d06f712f1225559865d47cb8ac6c809c9717e021e66135e747437d
Version 20000000
Previous Block 00000000000000000000b1984d270552e42f13088d246a845a7e06743b52c1f8
Merkle Root 7b12bc167562fdd956c78002f4a429bafec6f16b80a5f262d9d7152d84432100
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,342
Size: 1.00 vMB
Total Fees: 0.08228187 BTC
Feerates: 301.05 > 8.25 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,790 (69,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
845,496 845,496 00000000000000000002dcb39c9daf799694b7db5109424a2adc1a52c1dfd595 2,315 1.00/1.00 vMB 13
845,495 845,495 00000000000000000002c41c77839c9689da2f986ef86017cfa4a546e7b7d0c2 2,064 1.00/1.00 vMB 12
845,494 845,494 000000000000000000019cbde4153d7970851db4f2bd9a49e3e047d52a49461d 2,557 1.00/1.00 vMB 13
845,493 845,493 00000000000000000001a61e0287610c9c1a139347587df34b7d1d41d675c10d 3,751 1.00/1.00 vMB 18
845,492 845,492 000000000000000000032ee8290f36dfcb13cb7ccbd3b1c432700bcdb86fbc90 1,870 1.00/1.00 vMB 12
845,491 845,491 000000000000000000000186c8ac55930b004506c9c1a35e95b42b3ea34f89f6 2,959 1.00/1.00 vMB 12
845,490 845,490 00000000000000000000adc344af3c73af8ae90632402abdb23c51014c731a5d 3,801 1.00/1.00 vMB 18
845,489 845,489 00000000000000000003527ae6c631b9c6f435da4ca461ab473e5cd55c7007e1 6,366 1.00/1.00 vMB 9
845,488 845,488 0000000000000000000105b064dbdb38f6ff4c052a34ef99167df366dd3c43ec 4,566 1.00/1.00 vMB 12
845,487 845,487 00000000000000000001314f44d6f960053c382ee56ff2a4cbe92ecae539a0f2 4,921 1.00/1.00 vMB 12
845,486 845,486 00000000000000000002ff04c2731f88ca5b9baef79b8ce7ace58faeb9b19838 4,525 1.00/1.00 vMB 11
845,485 845,485 00000000000000000000c8b6307c6921edddcfc7c3d5cf16f2a42f3193894616 3,045 1.00/1.00 vMB 14
845,484 845,484 00000000000000000000f9d5955aee5c73850dd4ad11dbe56877727724fdf44c 1 0.00/1.00 vMB 0
845,483 845,483 00000000000000000002968efd67c35f26d2b1c83b643251dc48dca3ac47fb58 4,434 1.00/1.00 vMB 8
845,482 845,482 000000000000000000029c92bafa40072be33f1fd3c034d403bb44275c591e44 5,200 1.00/1.00 vMB 11
845,481 845,481 0000000000000000000160cbac1c075697833194ba75c62d0ed1356af209fa96 3,411 1.00/1.00 vMB 10
845,480 845,480 0000000000000000000192e6f76ac8a50f793b2b8a5f15d802ab8a0749831885 3,085 1.00/1.00 vMB 15
845,479 845,479 000000000000000000014b6ed922deefdc0b60eb7243104c5f43f4c79eb3139d 5,693 1.00/1.00 vMB 12
845,478 845,478 000000000000000000022ee825d81116cb50bbe4d4325875f88e9de8fa63a156 3,958 1.00/1.00 vMB 13
845,477 845,477 000000000000000000022852ed06771a81add6f0af45154deda56a21f6ac09d3 4,955 1.00/1.00 vMB 9
845,476 845,476 000000000000000000028c6913fbe2c72db1a4c4b930c016f5b7a53b31a764f5 3,255 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.01 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: 649.64 GB
    • Received: 13.19 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.