Loading Tool

Explorer IconExplorer

Memory Pool

36,413 transactions
28.90 vMB
0.08809155 BTC
Random Selection Loading Transactions
Max Size: 143.98/200 MB

Candidate Block

Mining Attempt 1144c9d13838b23e4be3fa362ab378b065307a9662f19902a01d9df605dbf34e
Version 20000000
Previous Block 00000000000000000001216f724118bd0b2a55bfa878bcb0c0d7e4a602634f4a
Merkle Root da1dca75d303d759dbdacbe39933fcf2a5ceb376f388f64687c29967c86d4bb1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,707
Size: 1.00 vMB
Total Fees: 0.02994654 BTC
Feerates: 100.24 > 3.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,520 (396,988 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
517,532 517,532 0000000000000000004f8ccc2a5cba8bf5d88689307915a99f02b9885a1492b8 579 0.29/1.00 vMB 20
517,531 517,531 000000000000000000483feeff32003cb460f1073d007ea4f61f607d42686e85 459 0.16/1.00 vMB 34
517,530 517,530 00000000000000000041c105a33b2879903e6cc0f8949f8e966276e898f8b8c3 1,889 0.75/1.00 vMB 23
517,529 517,529 0000000000000000000722532bd32932148563c14e5a1d88c69b865db26e3d94 198 0.12/1.00 vMB 40
517,528 517,528 0000000000000000004f0aa3a407be0415125c21ff9add5943ab94b813af8be6 1,347 0.54/1.00 vMB 26
517,527 517,527 000000000000000000237b3324f437ffd6c02bb233dc55d2d697fb6a868a01ad 1,902 0.71/1.00 vMB 27
517,526 517,526 000000000000000000273a50252c42ddb732835047d1d1f34d1aad86a93d1afa 1,850 0.81/1.00 vMB 30
517,525 517,525 000000000000000000420ac4044cf93128be1f94bc142e50a4c2db281cfa7999 322 0.14/1.00 vMB 27
517,524 517,524 0000000000000000003ae7e9217bbfe3b97b29925504f8a762a30e8fd7b6a5b0 1,547 0.83/1.00 vMB 27
517,523 517,523 0000000000000000002a200f626243bdc984eba824aa83f1e3d2bbcc225f3b0f 2,340 1.00/1.00 vMB 26
517,522 517,522 00000000000000000016efd36530e3b9a130444b5adba0110a3871ef12b77190 724 0.35/1.00 vMB 34
517,521 517,521 0000000000000000004c25a06f14d302489a8e57d9f1a17ffc7f82073064ea29 1,341 0.83/1.00 vMB 23
517,520 517,520 0000000000000000002db5b7c08d1b7306dac917e7681ed1fb7ead9629a1ca42 777 0.27/1.00 vMB 32
517,519 517,519 0000000000000000001dbf37efcab721a4a285c9fcfad6a42af7a014503ff8e3 2,305 0.92/1.00 vMB 29
517,518 517,518 0000000000000000001af3b84bab65b3717e51823167e08db2ce11fe88fcc98e 1,273 1.00/1.00 vMB 32
517,517 517,517 000000000000000000475e9a79514ef000189ff598a5d63a00e34390199152bc 1,531 0.71/1.00 vMB 24
517,516 517,516 0000000000000000003d0e25d2113980c96cce78fabb8fa703fbc894a688e30f 1,496 0.79/1.00 vMB 28
517,515 517,515 000000000000000000008952fc103538d7d4050f0245f2e64ae0260914fa7e2d 1,836 0.86/1.00 vMB 22
517,514 517,514 0000000000000000004699a48e8d1c41b47c59b02e2ec11322521b38e0f47fec 2,125 1.00/1.00 vMB 23
517,513 517,513 000000000000000000034a9842c7e33ea1e7def0fb50d3462251fdfc0b74a43a 2,316 1.00/1.00 vMB 27
517,512 517,512 0000000000000000004e1339b6e3fa6024e7b24196db6de0b4169b0e50bb5ba3 979 0.51/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.54 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: 614.96 GB
    • Received: 11.16 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.