Loading Tool

Explorer IconExplorer

Memory Pool

69,836 transactions
26.86 vMB
0.08372261 BTC
Random Selection Loading Transactions
Max Size: 160.45/200 MB

Candidate Block

Mining Attempt c04c2283448d555d3f8b6ace157f786c9a33459b42a05a5210daec8ef83ea996
Version 20000000
Previous Block 00000000000000000001f691bd45982569b89a9b269b1e08ab97aba421b3f821
Merkle Root 9ac72433f60d233b64e1e2d9f401bc9f28205c173a88ed0cb21acf5b2ff21583
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,545
Size: 1.00 vMB
Total Fees: 0.02617675 BTC
Feerates: 703.20 > 2.62 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,481 (26,664 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
888,817 888,817 0000000000000000000104889b887f28f54c1e57643208a21bac78b35b58b9ae 2,807 1.00/1.00 vMB 3
888,816 888,816 0000000000000000000256337d5f77118eff1d485a8496597b22a26ccc03925a 2,490 1.00/1.00 vMB 2
888,815 888,815 00000000000000000000daba992ce81fffcbe30cc16365b1fa46f5cc440b7fbc 3,733 1.00/1.00 vMB 5
888,814 888,814 000000000000000000019e5f663ffe19e5e198dea0937f145e963981f5679d88 1,558 1.00/1.00 vMB 2
888,813 888,813 000000000000000000018f6f40cf26ad0ee1f22eb9aceb09c3a5be294439d5b4 1,951 1.00/1.00 vMB 2
888,812 888,812 000000000000000000016c0826befcd69b5a0d2dbf8cd7e9f62034816b0bafb6 1,685 1.00/1.00 vMB 3
888,811 888,811 0000000000000000000144341c8175f14ebcc7c9ff9e6c88d045e99ea7564365 1,525 1.00/1.00 vMB 2
888,810 888,810 00000000000000000001ed7794bf548680dc37387fa848c36e5c2c1ac56aff0d 2,926 1.00/1.00 vMB 3
888,809 888,809 000000000000000000013c4202bb5d301ee57ef5f1e32a8e0ddd03dc0476c28e 3,341 1.00/1.00 vMB 10
888,808 888,808 00000000000000000000bbd3d36dee3b8029c2d30c6054abfc23834bf94bbea9 115 1.00/1.00 vMB 1
888,807 888,807 00000000000000000001852877622c85af6f6bf2197d01a84d9ce5b8be6492ce 2,216 1.00/1.00 vMB 3
888,806 888,806 0000000000000000000269319acaacd6e7703fcb7eb19cfec3282153883429fa 2,537 0.96/1.00 vMB 3
888,805 888,805 000000000000000000004401c4fb56706336d4dff3859b9976a770b4fc874b39 2,149 1.00/1.00 vMB 1
888,804 888,804 000000000000000000002011e3fa08b22f56c3eb24835f818e3806a954de7394 1,737 1.00/1.00 vMB 3
888,803 888,803 00000000000000000001fb8125ef1e3097894d91400ee7e946a480aca8778bea 474 1.00/1.00 vMB 2
888,802 888,802 00000000000000000001ebb18fc5e43c5e06604d8ecf6eb5e4a6d15d144daa67 2,195 1.00/1.00 vMB 3
888,801 888,801 000000000000000000001544718e2852307ac1a19672e28dc52faf2dcd8c4c44 1,612 1.00/1.00 vMB 2
888,800 888,800 00000000000000000000eec2c9ab4e22879d9af04fccd855a80332002a95fed9 806 1.00/1.00 vMB 2
888,799 888,799 00000000000000000000c156d005589021da541ebd6dd5cebceaaf0ee5acdb63 1,817 1.00/1.00 vMB 3
888,798 888,798 000000000000000000018722da2bd85b441f9c0457f76111b84335cb4e6be5dd 3,384 1.00/1.00 vMB 5
888,797 888,797 0000000000000000000115e35eec6e9bfee255e7089f11a3ddf0b6b9d1fc14f7 2,824 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 783.23 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: 758.48 GB
    • Received: 19.05 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.