Loading Tool

Explorer IconExplorer

Memory Pool

39,140 transactions
15.92 vMB
0.12819735 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 90.76/200 MB

Candidate Block

Mining Attempt 6ecb1c7a8a248efebbbffe57d2fbe9456dd464a4c0004f03f636493fbe4a57b6
Version 20000000
Previous Block 00000000000000000001f06e79710a37ab005885ab5f59b589cbb915c2a023cc
Merkle Root 5dc7afc0aff59badd5127d8b9b190cefbf6d18130fc93786060d25b4b92f8185
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,052
Size: 1.00 vMB
Total Fees: 0.05713444 BTC
Median Feerate: 4.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,341 (10 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
913,331 913,331 00000000000000000000d0024eb8576e4875797df41ac22fac4ed73712ea0080 2,948 1.00 vMB 4
913,330 913,330 00000000000000000000926daeda5a782c2ce98296a630ce9671c72457592e4f 3,911 1.00 vMB 6
913,329 913,329 000000000000000000004a70f3e5f9adf9454018687410ec954195352aac5475 1,767 1.00 vMB 2
913,328 913,328 00000000000000000001f086ac1d38071ef808576f4e78d46d6da47881545f66 2,691 1.00 vMB 3
913,327 913,327 00000000000000000000cbbe83a2223f2358a2406ee29b0c3eac83a63a0251dd 3,096 1.00 vMB 4
913,326 913,326 00000000000000000001287d3089f713a4685ed8f7f42680dae4656249995613 3,849 1.00 vMB 7
913,325 913,325 00000000000000000001cba6f72ca1b4572a60a426b4e58bb8478c5e5c302cad 4,310 1.00 vMB 6
913,324 913,324 00000000000000000001f9031a1149e0ca831bb425bf636c4a0456659e3abb3e 3,692 1.00 vMB 9
913,323 913,323 00000000000000000000e2737d16828fc54c170364c3766cc28730923c98929e 3,400 1.00 vMB 8
913,322 913,322 00000000000000000001065da8b03548111eb7fbe3ef470933bdf1f9fbc44d6f 3,600 1.00 vMB 7
913,321 913,321 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b 3,824 1.00 vMB 9
913,320 913,320 00000000000000000001b0c97e4122d45c1da45399fe291836cfdb1f423b7a5d 3,208 1.00 vMB 4
913,319 913,319 00000000000000000000c83a69139c5d7b0455566be58bf127597d3c5a1c31f3 3,688 1.00 vMB 9
913,318 913,318 000000000000000000012474b7daf284a17757954dc8890b763b14a71a406464 3,678 1.00 vMB 5
913,317 913,317 000000000000000000013c0ba88f3fbbce310faeb1f8a691136b78c75c0ae501 3,831 1.00 vMB 7
913,316 913,316 00000000000000000000671ff6b339081082d002a416bd8794e80cf77767e428 3,985 1.00 vMB 5
913,315 913,315 00000000000000000001ae72154b22862419307a132384746352ae1d74cab25b 3,505 1.00 vMB 5
913,314 913,314 000000000000000000020ba0b0f97ade18a7734e70bffe99fde86a5e317db4cd 3,282 1.00 vMB 12
913,313 913,313 00000000000000000000282cfa1c1336a9ecffd7bdef4743cc1d073745e85651 2,975 1.00 vMB 4
913,312 913,312 00000000000000000000629b38265bc9f9924527bc323be91cf46ab0fed8cd1b 2,946 1.00 vMB 3
913,311 913,311 00000000000000000001c99b41afb374b7b4d034e663862f7121c7e7b986fc03 2,402 1.00 vMB 10
Previous 10 blocks ↓
Total Size: 779.46 GB

Node Details:

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