Loading Tool

Explorer IconExplorer

Memory Pool

74,976 transactions
27.62 vMB
0.07363700 BTC
Random Selection Loading Transactions
Max Size: 168.61/200 MB

Candidate Block

Mining Attempt 0629d53629a8c424a23a99f42c9bfedb2f8a2179028a9e4d74659e10a6bf78b3
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 975449556aaf2d1de0775cd52e0fd0ecc630a19e3045aa6d09cd629f055588c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,411
Size: 1.00 vMB
Total Fees: 0.01466886 BTC
Feerates: 80.55 > 1.47 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (209,762 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
705,496 705,496 0000000000000000000bb0196c9cf5ef090d432a0f507a13b8b790e9bb4b9c74 1,555 0.62/1.00 vMB 3
705,495 705,495 00000000000000000009616489d6a095b016b14369f6218f4e93bb55694f2e63 1,964 1.00/1.00 vMB 14
705,494 705,494 00000000000000000003bf96a323f067b32c45cd2b966b46ea04571f9d369a7f 914 0.35/1.00 vMB 12
705,493 705,493 0000000000000000000ceb82ab97b2f204c0432f433aaaf3939efe2a3b43fd2a 1,133 0.50/1.00 vMB 14
705,492 705,492 0000000000000000000399b5fb0f241bac710f518cb71c470e4018f11ab5c919 358 0.16/1.00 vMB 12
705,491 705,491 000000000000000000067a5d57ab5f3a76011c205d62ff600d12ffa53a783918 761 0.39/1.00 vMB 9
705,490 705,490 0000000000000000000c9fab1ca78e0b5de6cee4c78ad07f16f2660c1d6d77e6 2,431 1.00/1.00 vMB 13
705,489 705,489 0000000000000000000b130e9252d11a7c658e8b3f56689c280db1d4c0f85f1a 285 0.09/1.00 vMB 16
705,488 705,488 0000000000000000000b9fcc8e9e23b26d4ffee1c5d32e0d7e66dce8142f369c 686 0.23/1.00 vMB 12
705,487 705,487 00000000000000000009a45a7bf7927cedec73db30d9f6f2dae23c9b88748359 170 0.05/1.00 vMB 15
705,486 705,486 000000000000000000070357a3e3d542b5b99338c2d64bcb9c133b16527be135 197 0.07/1.00 vMB 11
705,485 705,485 0000000000000000000c60bb8db1e55fa446df0aaadefd788d5c81e70c49001a 1,187 0.70/1.00 vMB 12
705,484 705,484 0000000000000000000af9a1d3cc98eb05c89173924340129e69c31db2153be7 628 0.78/1.00 vMB 11
705,483 705,483 000000000000000000045390ee28f3b4e1d209165c2320f37cd290d0d487e503 1,288 0.49/1.00 vMB 12
705,482 705,482 000000000000000000010b4b37f4822b5984b42462261fb8cb1ec12804d8a07a 932 0.36/1.00 vMB 11
705,481 705,481 0000000000000000000165edc7e38414c46db7f22f5518dc51b87b90cdc607bc 1,720 0.78/1.00 vMB 17
705,480 705,480 0000000000000000000b61b3c3e70165aafedbfd1027c126d580282b156bdd7c 420 0.20/1.00 vMB 12
705,479 705,479 0000000000000000000c462ceab76966fb4725af2c1a533cb0d4fb23d4c7587d 964 0.36/1.00 vMB 13
705,478 705,478 00000000000000000006bb0015151505407089ba0a51db8e05d26b86188404b6 1,662 0.68/1.00 vMB 7
705,477 705,477 0000000000000000000c2427411b5e0af66d8ac0903fadb61a9e8af4bd75421c 2,624 1.00/1.00 vMB 17
705,476 705,476 000000000000000000090070e6420bed0476cbe7563ccf31043eeccb2939a706 1,996 0.60/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.