Loading Tool

Explorer IconExplorer

Memory Pool

44,232 transactions
27.94 vMB
0.06857639 BTC
Random Selection Loading Transactions
Max Size: 145.48/200 MB

Candidate Block

Mining Attempt dd8109e41ba3a0ec4cf2bf3096c553f99f40fccdfe3e711af6c040e4f00042a8
Version 20000000
Previous Block 0000000000000000000080d0b2bbb4a43c8e785de05b97a1db96a63b5e59fc57
Merkle Root 85743becf623fa0c9df2414a537d910dd4301cae2e31aa30fcf80be6e81ea6df
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,361
Size: 1.00 vMB
Total Fees: 0.01547154 BTC
Feerates: 56.56 > 1.55 > 0.38 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,921 (290,219 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
624,702 624,702 0000000000000000001020d30a6e9db8fce23e17016f320dfbbb15853c60bde8 623 1.00/1.00 vMB 16
624,701 624,701 000000000000000000080f79e83bf200bb849af6c4e2d097ccd52c29fb976992 1,452 1.00/1.00 vMB 17
624,700 624,700 0000000000000000001293dbe38e3eae70dc8599a643b717486a452d043485f8 3,109 1.00/1.00 vMB 28
624,699 624,699 0000000000000000000cf5364f610aab0415cf8336da9b8f8700874765e67b16 2,594 1.00/1.00 vMB 26
624,698 624,698 00000000000000000010ed87634190513b2b890eab9389770f853b4d6e78b117 2,438 1.00/1.00 vMB 24
624,697 624,697 0000000000000000000d3313e268f448ae840279e38d1701eb18c06c195c7d93 2,931 1.00/1.00 vMB 18
624,696 624,696 00000000000000000013cb3e1876b6e5cfe4f019b43b60dd13a352069cf0282e 3,168 1.00/1.00 vMB 44
624,695 624,695 00000000000000000006c7aecd7ff3203e9def7a08bf3bde66e7b6e82398c64b 2,135 1.00/1.00 vMB 11
624,694 624,694 00000000000000000004543865f07ecb1e51cf012a20614a590cf0f662b4b542 1,229 1.00/1.00 vMB 3
624,693 624,693 0000000000000000000d747497470887e3dae27c63adcac53c6a5f5b7aad2c0d 2,795 1.00/1.00 vMB 12
624,692 624,692 0000000000000000000a179c0862e7cb00ad34b030311dc4e873901664cf935a 2,886 1.00/1.00 vMB 20
624,691 624,691 000000000000000000003ff06cee913c0a30fe2e6de3ef2fedda55ec1a6b5594 2,609 1.00/1.00 vMB 34
624,690 624,690 000000000000000000111592da167780c97046d85c2cb9e2ecdb344d58f16a42 2,537 1.00/1.00 vMB 20
624,689 624,689 0000000000000000001140a3b2d0ca498d8cce63daf33594dcef084db06f1dc1 2,162 1.00/1.00 vMB 8
624,688 624,688 0000000000000000000e3b154f7d16619f3b7e45b9868f56f89d43470eecc33d 2,432 1.00/1.00 vMB 4
624,687 624,687 00000000000000000011018c1b6c9811861fd7aeadfe338b5868ae64dde9e533 2,474 1.00/1.00 vMB 18
624,686 624,686 000000000000000000017d64f1b083b261b876a935ae7845d7ad54ae9c51229f 2,747 1.00/1.00 vMB 14
624,685 624,685 0000000000000000000c8ffcbe5b44f8aa270e69bbf1dacca70c12ccaf893e17 2,739 1.00/1.00 vMB 24
624,684 624,684 0000000000000000000cd75cad3ea90603d9a2cd5a33ad469f1de8ef2598430a 2,119 1.00/1.00 vMB 5
624,683 624,683 0000000000000000000a9ac091e02dc834ed0e36a9ac0bc1f665756a95706f1e 2,939 1.00/1.00 vMB 24
624,682 624,682 0000000000000000000ec5c32a039d76faae201f37c07b316e7d06eed12031e9 2,192 1.00/1.00 vMB 16
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.41 GB
    • Received: 14.30 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.