Loading Tool

Explorer IconExplorer

Memory Pool

82,285 transactions
31.11 vMB
0.12126543 BTC
Random Selection Loading Transactions
Max Size: 186.18/200 MB

Candidate Block

Mining Attempt 92f5fc8d3316275a552deb42e4a9ec169364e11e405350f2b0f261f106724284
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root f485902217310d3483361059ece0b19b33c18e5855b9793cb865123bf89d84ec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,612
Size: 1.00 vMB
Total Fees: 0.03609612 BTC
Feerates: 101.42 > 3.62 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (106,905 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
808,245 808,245 00000000000000000002ba21fbdced392c72490a80de0e1013c33d866ebe98c7 5,842 1.00/1.00 vMB 25
808,244 808,244 000000000000000000041655242adb22ea6c3505039dff7353d420ef1ea70c6a 4,426 1.00/1.00 vMB 25
808,243 808,243 00000000000000000004dd815bb74e82dab6dfbc990a4ac6869e30046cafa663 5,050 1.00/1.00 vMB 24
808,242 808,242 0000000000000000000371e2d68d13d2cac1d82a496aaaeb02bfef61e7baac57 5,177 1.00/1.00 vMB 25
808,241 808,241 0000000000000000000300c32ee0dedc74e9f30b588ebecf3df304a32d9eea26 2,045 1.00/1.00 vMB 25
808,240 808,240 0000000000000000000214540ca51c6d59744b5657c16e99c18772b3bd89c6e6 5,524 1.00/1.00 vMB 23
808,239 808,239 00000000000000000003c901c8a054edeed5d1283a64d662d096d821513057b2 2,144 1.00/1.00 vMB 28
808,238 808,238 00000000000000000001912fb900574e3460d326adcfdd715b09a0dc8f5eaad1 2,953 1.00/1.00 vMB 27
808,237 808,237 00000000000000000002c3adbee9e4d1f505298a05b5bbcb9a1de96c776a3b5c 7,080 1.00/1.00 vMB 21
808,236 808,236 000000000000000000013c314fa65e8a519b9d9e03af5b1afac3d18f25728c62 2,561 1.00/1.00 vMB 21
808,235 808,235 0000000000000000000250b83f30d8b15d441cf9a9187ae07d1afe86cd2417dc 4,577 1.00/1.00 vMB 21
808,234 808,234 0000000000000000000030800879d630c9b4d949b4e51682198333669d48dac8 5,558 1.00/1.00 vMB 24
808,233 808,233 00000000000000000000b9e248d65d88a5de1b0dd6684a6fb85f6eeeabc8b974 4,660 1.00/1.00 vMB 24
808,232 808,232 00000000000000000004ea238aae4b04cc51b816f5770654783b00fb7a0e7a85 5,120 1.00/1.00 vMB 24
808,231 808,231 00000000000000000003333e378609da3996237b8ab322e3931753073f0f8fed 3,856 1.00/1.00 vMB 25
808,230 808,230 0000000000000000000124b4051931da1ed51005e6ca5dfbdc2971b62b389b90 5,258 1.00/1.00 vMB 20
808,229 808,229 00000000000000000002bf2a7ce94ffff2d761f954fca22ac6a6434484d91043 6,038 1.00/1.00 vMB 19
808,228 808,228 000000000000000000045e911f1c3a74f92b56db45a2da5bd6f828e1e07ea408 3,248 1.00/1.00 vMB 20
808,227 808,227 000000000000000000012fc79b0bfa92ec5080fc36d7636af56d1fce84990f2f 7,281 1.00/1.00 vMB 20
808,226 808,226 00000000000000000002fbb7734ee3ae387848c63299d4cedc1d846b887cb5d5 6,972 1.00/1.00 vMB 20
808,225 808,225 000000000000000000044b1f8b4d116d2986219beacb2b7ad33a2dc202be0bf9 5,614 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.65 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: 672.95 GB
    • Received: 16.33 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.