Loading Tool

Explorer IconExplorer

Memory Pool

44,309 transactions
27.40 vMB
0.08156986 BTC
Random Selection Loading Transactions
Max Size: 143.04/200 MB

Candidate Block

Mining Attempt 8163b652e948f0f0c07d2b954c17e794fad8abf1de4ca653a22f470df6ede36d
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 6f828db9b3ee79cbbd415a054f1e7df10ebbb11ba7e7b49458abec4fc017c775
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,472
Size: 1.00 vMB
Total Fees: 0.02780000 BTC
Feerates: 150.77 > 2.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (143,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
771,506 771,506 000000000000000000074f0dc6f59ec4dabaa2a8b86c9785805396a4239354d7 2,755 1.00/1.00 vMB 10
771,505 771,505 000000000000000000075c9c8bc484659d59e517d7e64e2b28ba618b4dd692d4 4,125 1.00/1.00 vMB 15
771,504 771,504 00000000000000000006c61d4f59c865fa7426526b6da14ed01dbc0c8732fb10 3,145 1.00/1.00 vMB 22
771,503 771,503 00000000000000000007fbd7358e49751a489a105873d0df9d881ea648e148d4 3,030 1.00/1.00 vMB 33
771,502 771,502 00000000000000000000b7c0e0d0cb02689088d5d6efc5ede0d9b226f6e0b627 940 1.00/1.00 vMB 4
771,501 771,501 0000000000000000000628107a02b27e74854bb517c6b4ceee9677259beaf9eb 295 1.00/1.00 vMB 1
771,500 771,500 00000000000000000000400fe6dd76394a917b6a6fe833961bde67b485c28458 1,694 1.00/1.00 vMB 6
771,499 771,499 000000000000000000035141d4d186764ca80e7ad4ebf0b11872203494ea3062 1,922 1.00/1.00 vMB 18
771,498 771,498 00000000000000000007fcdab8bd3cc22451ae91b8e6695c35d7ac390c1e07ae 2,337 1.00/1.00 vMB 5
771,497 771,497 00000000000000000005ba662f21cf5d2f74552ca472d7465c861457eac3e146 3,794 1.00/1.00 vMB 22
771,496 771,496 000000000000000000069ca5e7629f11dde3bb81650eac7918a5b6b7c9c5a43d 1,325 1.00/1.00 vMB 5
771,495 771,495 000000000000000000019e214bfb2d6428909c4a79cdf88db45b830b6c32614b 3,199 1.00/1.00 vMB 13
771,494 771,494 00000000000000000003392be57563608b2b99beec8b7bc841ad9ca2c7554a7d 164 1.00/1.00 vMB 1
771,493 771,493 000000000000000000035668227266e56ac687b9bc2810b4601fa9fe034f931b 2,350 1.00/1.00 vMB 8
771,492 771,492 00000000000000000005215b4227f24c2d163011cd9a6349d93b6e57bbc124e9 3,152 1.00/1.00 vMB 10
771,491 771,491 00000000000000000005c1da0dc3565d5a2c0bda40b07da6283856ee2e005537 2,723 1.00/1.00 vMB 9
771,490 771,490 00000000000000000003601a3f484c142d83c061b06457dc359e765a1217840f 2,803 1.00/1.00 vMB 14
771,489 771,489 000000000000000000013a9e6dd4920184894ff6a0af9e0e824aaa791860a466 2,111 1.00/1.00 vMB 18
771,488 771,488 0000000000000000000569f3eeaadd3242f3c147d3a61e457570785ce8ed67ba 1,860 1.00/1.00 vMB 16
771,487 771,487 000000000000000000063d5d16840ba5b386fd479b972c0cc99fa128772b9f44 2,809 1.00/1.00 vMB 25
771,486 771,486 0000000000000000000198d641f64e58836576e6964d10b3e44a2db6e5ba3904 2,008 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.18 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: 653.66 GB
    • Received: 14.00 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.