Loading Tool

Explorer IconExplorer

Memory Pool

47,200 transactions
31.15 vMB
0.13741969 BTC
Random Selection Loading Transactions
Max Size: 159.09/200 MB

Candidate Block

Mining Attempt 5aace52f85057f9e98ecd6a87f594bd8d116cecc3e7409455d727cd9fc746a2b
Version 20000000
Previous Block 000000000000000000020406347aaf6e4d01835962e34f5aebaf3a79a389541a
Merkle Root 04ac3b00b78587cb805d582aad560e4cf238c9aa2415d4c2b9409583ca7c35ec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,680
Size: 1.00 vMB
Total Fees: 0.05856986 BTC
Feerates: 150.97 > 5.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,578 (456,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
458,577 458,577 000000000000000001b3f913e509f0838e87acebf842d63a635a55c693c8eca1 2,035 1.00/1.00 vMB 183
458,576 458,576 000000000000000000109ce81f5655cd69c0a5536d0221393b3cbad51dd69281 2,060 1.00/1.00 vMB 192
458,575 458,575 000000000000000001f331fb1d1af0ffcdbc67e84b1cefba4b43b276861720bb 2,336 1.00/1.00 vMB 196
458,574 458,574 00000000000000000028fb9a4c496bb63c37aeb3419e043ceeda905b68347504 2,164 1.00/1.00 vMB 166
458,573 458,573 0000000000000000011af1c61558b8dcecbafb9feee9b71192454cabcf01e12a 2,142 1.00/1.00 vMB 140
458,572 458,572 0000000000000000003d93c335772b4bc139bd0822212ee827b252bb89d22794 1,874 1.00/1.00 vMB 171
458,571 458,571 0000000000000000001b6bea3f2af6d25695a4247a0f6e3f4b3e73107464d39c 1,583 1.00/1.00 vMB 143
458,570 458,570 00000000000000000173c931219b6d8a2e2c994e56e6c1c72a3168eb482d8486 2,701 1.00/1.00 vMB 220
458,569 458,569 00000000000000000149943c263ed024b5eca83f550f61dddecc302ce9350ef7 2,377 1.00/1.00 vMB 196
458,568 458,568 000000000000000000c3238c78808ea4e58d7ad814cf928e019e75b9e8657c52 1,649 1.00/1.00 vMB 156
458,567 458,567 0000000000000000024e73b19c75b8249a747fe4a9d434921b6e5845b1cdfa99 2,033 1.00/1.00 vMB 212
458,566 458,566 000000000000000000256644dcbb0391ce382b7f7b246c5fc579da6297613749 2,891 1.00/1.00 vMB 129
458,565 458,565 000000000000000000d641afd215a400d7a76706dd5b345ea3b5d8e31afedee1 1,934 1.00/1.00 vMB 169
458,564 458,564 0000000000000000003f951b49f036f00f9f99d9246a76336747558ffc205f36 2,401 1.00/1.00 vMB 132
458,563 458,563 000000000000000001d5b186a6feebb56bbad5f5659d5ce982410896a0918c9b 2,434 1.00/1.00 vMB 159
458,562 458,562 0000000000000000006e72c583c4a56e209dc94f9ac5d3070781fa4cfcf43016 2,125 1.00/1.00 vMB 185
458,561 458,561 000000000000000000247e94a0b9486835f18dc7c7e6847aa077a7bf62111659 2,133 1.00/1.00 vMB 222
458,560 458,560 0000000000000000024c04eb7f6638dec786eca5a326abdeec8d5d80004d8f0f 1,838 1.00/1.00 vMB 189
458,559 458,559 0000000000000000023a9af2cea00fad97565deca3ea8ba60d8650ddbf8e9e56 2,041 1.00/1.00 vMB 189
458,558 458,558 000000000000000000b70cab8137423823108eeac9f7753c7d5c5bb82bcc866b 2,463 1.00/1.00 vMB 189
458,557 458,557 000000000000000000b2336a7cf95cb383ebcc2c22d698299e84a41ada7b9be9 173 0.09/1.00 vMB 130
Previous 10 blocks ↓
Total Size: 781.64 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: 626.61 GB
    • Received: 11.68 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.