Loading Tool

Explorer IconExplorer

Memory Pool

26,762 transactions
6.45 vMB
0.05494437 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 44.95/200 MB

Candidate Block

Mining Attempt 51f2ea2496a20a927dcf4beaafe3d73ea2ac20e49d6121b9ebb67be4082d185b
Version 20000000
Previous Block 000000000000000000001aa7bc4ab8781ec75b9e95d975417f0fcc9048b6305e
Merkle Root 009b91e287016a17dfe6afa4cf8fc69643559f77d2cd6c08c6921a4e9e20bd23
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,863
Size: 1.00 vMB
Total Fees: 0.03790293 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,233 (764,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
148,304 148,304 000000000000079dec9cab75325213889f64a405f1a4842b34d4aed587e2d9e9 9 0.00 vMB 50
148,303 148,303 00000000000009a1a04c100b578b7ff003ce5427c9eac727da449b393618888f 37 0.01 vMB 12
148,302 148,302 00000000000004f4620de03adde0e18e0b61847003bd4a021b675c5bdbdbba9d 31 0.01 vMB 119
148,301 148,301 0000000000000968e8a653326705c3a14a7b7822bdb28980e7ac2f9e6a6d30c9 9 0.00 vMB 35
148,300 148,300 00000000000007fadc00cc69e8a013b4895dd3ebb8dd7152fa6de63786b0837d 25 0.01 vMB 374
148,299 148,299 0000000000000743e19a6dc4394fbbcb0c29e0d8bdad931421b55aa8b01e4339 142 0.05 vMB 149
148,298 148,298 000000000000072b596314d02bcfd55ec706ab685608cec50b2fc95a34de6d7a 102 0.04 vMB 128
148,297 148,297 0000000000000675af672cc3a51a1ed84478efe083f58fc3510533bdf62a9766 13 0.00 vMB 1,241
148,296 148,296 00000000000004e1fd8810cecf48bc388bd54718781ea39a3e77005cc26593e7 7 0.01 vMB 386
148,295 148,295 000000000000060718b0d7e855f0d222472828ad950d06c6bd058bc9d511199e 116 0.04 vMB 79
148,294 148,294 0000000000000417b7de50f0e6ac1f14fad7a189370387e226408b59547fbfc0 26 0.01 vMB 331
148,293 148,293 00000000000000324d783e7db382f3766580bb37460cbd31f3536424dfe29ddc 8 0.00 vMB 307
148,292 148,292 000000000000099da7996b11713347435216baacee69264d670b45f6ba372cfa 10 0.00 vMB 496
148,291 148,291 000000000000045ce4ca72436f5db0f1b395e4b33c923a2840e17f6f750b0477 53 0.02 vMB 133
148,290 148,290 00000000000005e25ae12763b39b58589f255b27196c35055c0df7187775e025 6 0.00 vMB 272
148,289 148,289 000000000000074922d8ca9e68fcb96297ed59d56cb8b0cf7878aa338edab205 35 0.01 vMB 0
148,288 148,288 00000000000006e23ba6cf68208b57162158974af09b3036ba5dc97a1f9cc670 19 0.01 vMB 382
148,287 148,287 000000000000015434937a3746165dec2b5af092f66bedeecc625ab2a4e762fa 13 0.00 vMB 39
148,286 148,286 00000000000002b3af3d4d93d1fe547e92ab1bf7070a436e42eb22b07f016a34 14 0.00 vMB 465
148,285 148,285 00000000000008024c1906877da6bfca23eca26dff5aaa7a0257203befd1dcd3 10 0.01 vMB 345
148,284 148,284 00000000000008597843bcdf37b1e6cbeb050bcfff42e484588ddc2186ab4621 44 0.02 vMB 592
Previous 10 blocks ↓
Total Size: 779.26 GB

Node Details:

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