Loading Tool

Explorer IconExplorer

Memory Pool

78,655 transactions
23.28 vMB
0.08900461 BTC
Random Selection Loading Transactions
Max Size: 146.92/200 MB

Candidate Block

Mining Attempt b485c9c6b332fefabf4e6526b7fd45c92bf65e7d2d26adb2b9e2da19f1432532
Version 20000000
Previous Block 00000000000000000001e98715523fa2d2246475d701970b9a2a4e18a766bf5b
Merkle Root f6206bfff4635b8e8fee16ed8ef3bb27adef9578811f3515a7353f801576be6f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 322
Size: 1.00 vMB
Total Fees: 0.02267817 BTC
Feerates: 477.45 > 2.27 > 1.08 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,138 (832,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
83,673 83,673 00000000000dbc795f509fd068592af352bb82ac4868fee215db5bf99d848b58 1 0.00/1.00 vMB 0
83,672 83,672 00000000001ffb48c9b0051127af6a8b94e5c719846cc0f45c27bab9a07c8979 2 0.00/1.00 vMB 0
83,671 83,671 00000000000c062e34daebd115b59a917da8f4649c77ddc97e5a63cf08282589 3 0.00/1.00 vMB 0
83,670 83,670 00000000000915e4f12cf0ccb870765f59c585d295d5fddc39b944d10c2721d1 1 0.00/1.00 vMB 0
83,669 83,669 00000000001d11608a6eb4a75d73ca3b810d23abfafbf3b05343cd8c44b9b29c 2 0.00/1.00 vMB 0
83,668 83,668 0000000000092ffbf9ec64fc68e211412636ee3c1c984e1fcad309bed93def0f 1 0.00/1.00 vMB 0
83,667 83,667 00000000000fc74b4c458a31dc72e4ee5eb266f1105ca6a38a080be724ef062b 3 0.00/1.00 vMB 0
83,666 83,666 000000000001dbc434d39c202e351edb06c21a818e71e53ad84dca036e80e82d 1 0.00/1.00 vMB 0
83,665 83,665 00000000000847ac90a6612aaed0b9556998df26f2de5a9e0b1cbc72fa0d5843 3 0.00/1.00 vMB 0
83,664 83,664 0000000000048a04424fcfb7ac0222d704a6a9ae843c183ecf6bdbabc3f83007 1 0.00/1.00 vMB 0
83,663 83,663 000000000008640dc2f93d04afcbab72b3e7cdb7aaf603b7f28dadec2c1ba512 2 0.00/1.00 vMB 0
83,662 83,662 00000000002bffb212a8202ba8d229e4bbe73f8b0ba27f70dbcb401360f0f5bf 1 0.00/1.00 vMB 0
83,661 83,661 00000000001050add35d7ed69e2e40af8e2237c4f02d72043b2f85264e176e93 1 0.00/1.00 vMB 0
83,660 83,660 0000000000243542d71a8d348092922b19d62b322eb28a2c2e5123747df38545 1 0.00/1.00 vMB 0
83,659 83,659 00000000002ae32747efc8a5e88ca3213926bcbafdeddaccd78e85279f29b908 2 0.00/1.00 vMB 0
83,658 83,658 000000000013adedd3e8bf750507063567bbb85052784be81381c109486597e9 3 0.00/1.00 vMB 0
83,657 83,657 00000000000d76959e62ed3e1c03b13d7bae9730baf55ff8b7a1d19f694d8a9e 2 0.00/1.00 vMB 0
83,656 83,656 00000000001ce88447c99790b4c3c9def7d924d6eb77d894cf626017eccd7ab9 2 0.00/1.00 vMB 0
83,655 83,655 0000000000220cf6381139f009bc50b4cddab27c3c99fcaa74b9081bb4a56dea 1 0.00/1.00 vMB 0
83,654 83,654 000000000007eaaa6097f11f59f017709d8e319e4b45b3ce111370d16daf2fd5 2 0.00/1.00 vMB 0
83,653 83,653 0000000000239049a84c876e4a4966e5ee2a881bc76e15f6bc3ff7959fa599f0 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.36 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: 818.11 GB
    • Received: 24.45 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.