Loading Tool

Explorer IconExplorer

Memory Pool

44,330 transactions
23.14 vMB
0.15429466 BTC
Random Selection Loading Transactions
Max Size: 126.80/200 MB

Candidate Block

Mining Attempt 852ebbc87040e9f477ad13b14b5013062e6f92f92765ace758991ac3c5318022
Version 20000000
Previous Block 000000000000000000002de571b094bfff7eee2407ae753761569733a5146f33
Merkle Root 90dc4e6dfb73e8a92cc66543deada85e0f87e9c30cb83160d9465251ae020e1a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,094
Size: 1.00 vMB
Total Fees: 0.07388948 BTC
Feerates: 101.66 > 7.40 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,085 (787,644 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
126,441 126,441 000000000000105475a488810ead6daab19c83872cbc2128208d9878b9d446a2 1 0.00/1.00 vMB 0
126,440 126,440 000000000000252c7465a0f1eeb572d2e60891513b3349d13a2aa7e8598f95f2 8 0.00/1.00 vMB 1,969
126,439 126,439 0000000000000893ac04f98594e75f1ef1863f3d505dac591524c69c60c8ca83 51 0.02/1.00 vMB 850
126,438 126,438 00000000000004e7bf9d78dbd46398ce2dd6f18b21b536a5e47b39c7a25f2682 26 0.01/1.00 vMB 1,069
126,437 126,437 000000000000094e28204c299ca730756215d3d6d23682a3113c4d4b3b21d27e 71 0.03/1.00 vMB 598
126,436 126,436 000000000000310c15775eff9bf9446322633a9c569c7d5e110ee6f096b6131f 42 0.02/1.00 vMB 578
126,435 126,435 000000000000045fd9be2581a3a582bb98846882deac257868548ed62d4c51d9 8 0.00/1.00 vMB 539
126,434 126,434 00000000000010c4baef74cfc5c0f7f9a124a4809f1d16463a5c70e0c6051e5a 34 0.01/1.00 vMB 967
126,433 126,433 0000000000003f80f3953260012fed9e06e0ddebbc17963509c1dcd545ed4db3 3 0.00/1.00 vMB 4,149
126,432 126,432 00000000000002a45bbde2751b77371d949490ad339643bbac51b611101de0c8 5 0.00/1.00 vMB 2,633
126,431 126,431 0000000000002ba59587811f0b3dd91f41fdd7a8f5c05b044751e41d3f766074 27 0.01/1.00 vMB 153
126,430 126,430 000000000000444a8567e42f8465b4016a2379d6d6fe72d381b2e2b23432c26a 14 0.00/1.00 vMB 717
126,429 126,429 000000000000383f4f7903ee205017277e1b4247a53621ef7d32b0abb9773de2 52 0.02/1.00 vMB 1,231
126,428 126,428 00000000000016ab37f7c23802b865607b74f74f5ded1f8259f0b3fa461c54bc 16 0.01/1.00 vMB 449
126,427 126,427 0000000000003d7c6d5247a924641fbf763fb881586f3b90f17a7a342c3186d6 98 0.03/1.00 vMB 1,579
126,426 126,426 00000000000036fef3f36b6bf892aedf2b759664f85d628effe051472b676385 38 0.02/1.00 vMB 630
126,425 126,425 00000000000011378065cf3d4837ab90d4585d4788b60ed0f75e8639d79e56f3 19 0.01/1.00 vMB 553
126,424 126,424 00000000000034b3596128e1110ffaf26115b854cbcdd459728b93455ca9d9a7 17 0.01/1.00 vMB 587
126,423 126,423 00000000000039bc3fb17a816b11683b5edcde4d5fdd5d1e127ba81df715a5a8 14 0.00/1.00 vMB 1,627
126,422 126,422 00000000000012dd0e872260679ee543a947a1dbe451224c55af87d54856c4c3 4 0.00/1.00 vMB 3,129
126,421 126,421 00000000000008e1cf8370962a26271956422c200c6debe5e8cbf621daae5e4f 18 0.01/1.00 vMB 1,291
Previous 10 blocks ↓
Total Size: 780.74 GB

Node Details:

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