Loading Tool

Explorer IconExplorer

Memory Pool

43,832 transactions
27.39 vMB
0.07121534 BTC
Random Selection Loading Transactions
Max Size: 143.69/200 MB

Candidate Block

Mining Attempt cea4cabd88e6aeb500f8901b8be55ce4630aec7a481f1b43006e62f1c4ad0621
Version 20000000
Previous Block 0000000000000000000016a2e4f654442fd3c68b01796737d538082af92a4f49
Merkle Root 55be2a7de6b2dce65ba2a7d4d14f530955118e740e9b19f6e7b083949b4e104a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,985
Size: 1.00 vMB
Total Fees: 0.01984088 BTC
Feerates: 298.50 > 1.99 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,920 (388,966 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
525,954 525,954 0000000000000000001d0cb8bfdf54d29ba2696aafdb4c09c5073f196d78025d 1,921 1.00/1.00 vMB 20
525,953 525,953 00000000000000000029926d6f816be426db06beb868bd4fe64ca36a8322ee8e 1,364 1.00/1.00 vMB 1
525,952 525,952 000000000000000000078121497ad6fd59efc07f8ff1d99fdd2c7ffbdc0e5dd0 2,150 1.00/1.00 vMB 3
525,951 525,951 00000000000000000015dc2b5efe64dfbe548902833f55ac8c4d940bae7332ab 301 1.00/1.00 vMB 4
525,950 525,950 0000000000000000003d7d158a126601692d402ec5d324e3afd7ec886969389c 183 1.00/1.00 vMB 4
525,949 525,949 00000000000000000031f4d14d62564fd9463ba7b70ea04aa606928ebdd16147 2,035 1.00/1.00 vMB 26
525,948 525,948 0000000000000000001296162c8ebf9580609443816b21ddd8f0c0428d9bfa69 1,907 1.00/1.00 vMB 23
525,947 525,947 0000000000000000002f880bb20a5bc62944fc9824866dcb996ad1a2afb5a556 1,795 1.00/1.00 vMB 13
525,946 525,946 00000000000000000024f27d10f41692c39df93167688d5da3cbb8e228cd9d1d 1 0.00/1.00 vMB 0
525,945 525,945 00000000000000000002f331c185a70b9a5f93bc723e2b65149a5ce5448520a7 885 1.00/1.00 vMB 37
525,944 525,944 0000000000000000001f1e555b4319a8b1a28095a087a6d02053dd8ad91ff043 622 1.00/1.00 vMB 61
525,943 525,943 0000000000000000002ca4d2267b351b31f8655b42e50a54d1485491d0dd029d 2,313 1.00/1.00 vMB 22
525,942 525,942 000000000000000000224f2bc0f179c532f52431211b5f9a610a7b2bcdc17655 940 1.00/1.00 vMB 7
525,941 525,941 0000000000000000003ee29288a6b01bc24e531d7056bdfd11f75a42e2b39e4d 735 1.00/1.00 vMB 5
525,940 525,940 00000000000000000025653e24c760c3bc47e1f630d56022bc98b7e3374c95e8 828 1.00/1.00 vMB 9
525,939 525,939 00000000000000000034e10be2382b4d6a7cc3d5fe6d901caa5fb7f4f3141774 580 1.00/1.00 vMB 5
525,938 525,938 000000000000000000080d1b47b4972b9c559b9b0df9e735821491289e96e515 1,133 1.00/1.00 vMB 6
525,937 525,937 000000000000000000082a7f819b5879375305558557cc5f6ddfae821473988d 160 1.00/1.00 vMB 2
525,936 525,936 00000000000000000034f8dc70a05d3fc69e347634f55f26cd06976f953ffe7f 1,353 1.00/1.00 vMB 12
525,935 525,935 0000000000000000001edf438f4cab8dab298b16774b97b00d8ab2e9544c3b80 1,618 1.00/1.00 vMB 10
525,934 525,934 0000000000000000000ac47a9e06ac5134c0dac35c48d960eec5b760bc4f6e1b 86 0.09/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 782.25 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: 655.38 GB
    • Received: 14.29 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.