Loading Tool

Explorer IconExplorer

Memory Pool

72,700 transactions
28.03 vMB
0.06686858 BTC
Random Selection Loading Transactions
Max Size: 166.06/200 MB

Candidate Block

Mining Attempt 5c71e679cc1a1b93b5d538a0e79ea6b61233b284b376f4e95f621340dec6aea7
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 7a76d67e9c9785c95b0b733be45d87157bf02eec5dcf634b64038bd3d44a6306
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,884
Size: 1.00 vMB
Total Fees: 0.01090293 BTC
Feerates: 150.86 > 1.09 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (324,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
590,469 590,469 0000000000000000000ad0126b1cac42b1504b9faf4c704fced24149c8709ffb 3,021 1.00/1.00 vMB 53
590,468 590,468 0000000000000000000662ca7f874b628b8d67adee60a39d2f29fe7b12c94004 3,302 1.00/1.00 vMB 57
590,467 590,467 00000000000000000002f5105dc4fabbffb290589989f1108a3c0249e8abd3eb 1,673 0.51/1.00 vMB 33
590,466 590,466 0000000000000000000d27299e581c243c370bb942f5f02eecb13fc382ad600d 2,225 0.90/1.00 vMB 25
590,465 590,465 00000000000000000012623d52c5d7211c2e6f9c6679585bc8a8d264585484d9 1,612 1.00/1.00 vMB 2
590,464 590,464 00000000000000000016bfa840d5423aecae0d69b94a1951c402448aeef1b210 2,522 1.00/1.00 vMB 27
590,463 590,463 00000000000000000005e80d45f5dc84d8dfa8006776290484a457b3b6687777 3,250 1.00/1.00 vMB 66
590,462 590,462 0000000000000000000f53106bb2f37ea2fbe4248f840475eb315b6f79d49b84 2,976 1.00/1.00 vMB 35
590,461 590,461 0000000000000000001a0a7f043f28688fcd31075916acd1cb00ff81410f4367 2,460 1.00/1.00 vMB 53
590,460 590,460 00000000000000000012c402c812d94d7d23636951a0784cf14ae0c4d0349dd7 2,318 1.00/1.00 vMB 22
590,459 590,459 0000000000000000001736c0dc07af0d4291529f180d6fef2fc6ff0e31e02f0f 3,249 1.00/1.00 vMB 57
590,458 590,458 0000000000000000001470723094680b93c842efbf3738c6fe6d71deca137435 2,409 1.00/1.00 vMB 61
590,457 590,457 0000000000000000000d57c45ffe054a913c2b2ac11074e2ca0f30bb04826973 2,724 1.00/1.00 vMB 28
590,456 590,456 000000000000000000195bb8347e4d48858145b696756b28e77843e6fcecf23c 2,576 1.00/1.00 vMB 29
590,455 590,455 000000000000000000121c781dac1801e15c12f1ed82b9ba0e52675c9a226b49 1,525 0.58/1.00 vMB 11
590,454 590,454 0000000000000000000af15b18004a3c728755e2602df88cec57d180d0c35484 2,858 1.00/1.00 vMB 42
590,453 590,453 0000000000000000000c06c48e8fa283bd7735d6df973b23b07b2724e3f87b69 2,693 0.81/1.00 vMB 27
590,452 590,452 00000000000000000005e866455b12da998ed1321433b8d980ac54b3ad928f5b 3,254 1.00/1.00 vMB 29
590,451 590,451 000000000000000000115dedaad28eeb382e034f1930e27ff12c468048caa2bd 560 0.20/1.00 vMB 42
590,450 590,450 00000000000000000015b75ef0a2f9211b7267d09758f393a2f499439992d2fb 3,049 1.00/1.00 vMB 16
590,449 590,449 0000000000000000000bdcc39c35d3d7bfdd54113fcfea50c5c4a5b5fd057312 2,900 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.45 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: 666.77 GB
    • Received: 15.22 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.