Loading Tool

Explorer IconExplorer

Memory Pool

27,829 transactions
7.83 vMB
0.05924880 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 53.99/200 MB

Candidate Block

Mining Attempt 624131113eb62b34c1c56cad8e12b697ba8a78c559ce880ce33bc12209aa4328
Version 20000000
Previous Block 000000000000000000016ab6a894f36a196d51cda84e47c1d4e51ee548839bd1
Merkle Root 6e5e3b0842336e419c7bba0fa550709a2fcf1569ebcca7bd1f5052d3aa24104c
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 857
Size: 1.00 vMB
Total Fees: 0.02303799 BTC
Median Feerate: 3.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,226 (706,183 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
207,043 207,043 00000000000003a8438ab90f5f35484efa191d91a0a27ee083c0562d3226ce61 488 0.29 vMB 149
207,042 207,042 00000000000000e9853a519a8168abd01be5d3b8739a90862ede72d8d655fd84 92 0.03 vMB 71
207,041 207,041 000000000000004bd4bb00efcdb0d067ecc7fc2ca1f25278f4ee07cd93f4a27a 242 0.14 vMB 145
207,040 207,040 00000000000000102a67965bdfc6119f8d9cf2e8aed1971969886c1de2e8ce81 154 0.05 vMB 113
207,039 207,039 00000000000000fb8d804ca7cf6c3354e1b228a6d447c7a7149529966fac98f3 262 0.12 vMB 179
207,038 207,038 0000000000000423f9a65e73eb9ab5b7d5c81e81f2107f6113a1505b417fbbd7 685 0.25 vMB 211
207,037 207,037 00000000000003066ebee7730b5907282728b9074e8e86fd777d315fe2f8cf93 429 0.18 vMB 158
207,036 207,036 000000000000007a27058c915d9e459779eaaf51bde5929929b53d38c2ea4f8a 449 0.17 vMB 193
207,035 207,035 0000000000000254bcf28ffeba9e54e40fa6d5f9054441f46750a1388ae397aa 534 0.22 vMB 250
207,034 207,034 00000000000003d691b1f3e6c382880c44f305989b57193305ef17744309f36e 145 0.05 vMB 153
207,033 207,033 00000000000003502d4b6b695da8ace623b9303a758d9a4aa7cc0032d2caae1c 66 0.03 vMB 143
207,032 207,032 00000000000002caa9b8e5fcc8d7a0f95d8ebaf8a07b443d384080d16a65d4cb 164 0.08 vMB 151
207,031 207,031 00000000000002d8cd5b8a19f880715fef16b6c17e986dd9c7c72d32f6f7cbbc 106 0.04 vMB 179
207,030 207,030 00000000000000554a95601fb812bb607c9204ec42dfe353f1a015ae282432c9 126 0.06 vMB 261
207,029 207,029 0000000000000038ba2e25da8c7e63e5622d0e2877de864f9f04e6f587fd680f 467 0.17 vMB 201
207,028 207,028 000000000000011dfc564d2cdab2fdcbe3edaa0b13dc2e2127165b23235631e4 320 0.14 vMB 187
207,027 207,027 00000000000004f3d9dfd1439a0ad0c82e5e8b02b7c504d3a937d3b5c6934308 184 0.09 vMB 113
207,026 207,026 00000000000000399d13626cade9298c96fa599e7debe6f404f7ec1a037b189d 13 0.00 vMB 354
207,025 207,025 000000000000037f4c242fce6f05e5e097a727f6c4fd3404655b23a53a62c139 1 0.00 vMB 0
207,024 207,024 0000000000000142df93c2c10b02703d3f6baf2feca0a7acb2adf0f5a742e232 281 0.12 vMB 65
207,023 207,023 00000000000002cf7a0938367fa032e61d62bb0dd17531f2d78862b6dfca08dd 595 0.31 vMB 168
Previous 10 blocks ↓
Total Size: 779.25 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 75
    • Outgoing: 10
  • Data Transfer:
    • Sent: 25.36 GB
    • Received: 0.50 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.