Loading Tool

Explorer IconExplorer

Memory Pool

24,641 transactions
16.35 vMB
0.05009728 BTC
Random Selection Loading Transactions
Max Size: 84.88/200 MB

Candidate Block

Mining Attempt b6f1443a8491903a6a6d5537884eef96821b35a14345a46e16d4a6bc26eea87a
Version 20000000
Previous Block 00000000000000000000b31bddf15c89d32274d08a85fb7020240ed911664f51
Merkle Root 5db8eb6b021d7eaaa7d66a552d31f824e575b9d13302edda6ccb241cd05dc392
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,570
Size: 1.00 vMB
Total Fees: 0.02004272 BTC
Feerates: 152.74 > 2.01 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,175 (797,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
116,509 116,509 000000000000597182b6df4f5f0f9e9e9c6cf080738cae876995d8a5cfe35fa7 10 0.00/1.00 vMB 627
116,508 116,508 0000000000007a00d2f79f0484d4ae2dd4c25eff6c8f72ce9227da297459ba88 11 0.00/1.00 vMB 334
116,507 116,507 0000000000001b8307574b9010facc35daa54bb4432acf6df35e9bc72400fdbe 1 0.00/1.00 vMB 0
116,506 116,506 000000000000813594eaf18284a4a05550c88b78b1e1d577dacd48b129df55ff 2 0.00/1.00 vMB 0
116,505 116,505 000000000000e8f227e57f0c85aa0907146adf786544428a3bb913245e73c3c1 1 0.00/1.00 vMB 0
116,504 116,504 00000000000067065122ef017779136d7ec00b9f73139744c71137c1ca80d976 9 0.00/1.00 vMB 412
116,503 116,503 000000000000764befb4e37dc3eaa8bb0cfc73f0361335a5e74abdf04ab4a65c 10 0.00/1.00 vMB 1,531
116,502 116,502 0000000000007ed9fab6c00523898d6d3374b5b2e75c563f3e6697f5a516f596 1 0.00/1.00 vMB 0
116,501 116,501 00000000000016d7ae2eef19a69429f2eefc0823147479eca8a0c640771917b9 6 0.00/1.00 vMB 0
116,500 116,500 00000000000082cfd1645d87c7b939ff0f84393962bd703cf48cf80a192e1d20 5 0.00/1.00 vMB 738
116,499 116,499 000000000000c76c2ba424f1aba308c957d3b59aeba39a32cd7bc45a4db6313b 1 0.00/1.00 vMB 0
116,498 116,498 00000000000009f9fabded47f3036876c2d04930dc20ba2c66590c77959a690e 8 0.00/1.00 vMB 0
116,497 116,497 000000000000f212323323f44cccb13b5286a2bb67ca2e6bd4618c934783dcc0 9 0.00/1.00 vMB 0
116,496 116,496 000000000000924a337975d058af05507ec463b92258312cb313cf4474f5aa31 14 0.00/1.00 vMB 1,248
116,495 116,495 000000000000806d567bc1a65f244b9d8d7c981370c14f190fe42fda2e1f54c3 7 0.00/1.00 vMB 822
116,494 116,494 000000000000b8f7fe7fc865d5c28c87623b9c29bb56cd5f2419fdbc156474c0 1 0.00/1.00 vMB 0
116,493 116,493 000000000000604abfb8d56198befe41c2f24da7778de05cce549901ebfe9236 6 0.01/1.00 vMB 324
116,492 116,492 0000000000002c62ebc1ad65a0dd256eab9ac2bffebd21ddb528a83cf0cacf44 9 0.00/1.00 vMB 0
116,491 116,491 000000000000f1da255780e1ceafd5cf5fd1ac911fd33a90b0580ee2f7f416f5 2 0.00/1.00 vMB 0
116,490 116,490 000000000000326491ad623279466155847df6e2a2f8d60fdcd134ce3093ab8b 24 0.01/1.00 vMB 2,413
116,489 116,489 000000000000692e46fb5b7f4889ca8461d9cd95cc5842a2f072fb66a0efcf5b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.90 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 570.10 GB
    • Received: 7.74 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.