Loading Tool

Explorer IconExplorer

Memory Pool

81,287 transactions
29.86 vMB
0.10605560 BTC
Random Selection Loading Transactions
Max Size: 180.58/200 MB

Candidate Block

Mining Attempt 57a63067ae1009546d6a4adabedfd5a209193a83a65d70976c2efea3db518e0b
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root de300fa608ef27f03f85db1a1884315cbadd23557bd01e8ab223bad5466213c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,201
Size: 1.00 vMB
Total Fees: 0.04035725 BTC
Feerates: 146.36 > 4.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (445,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,265 469,265 000000000000000000189e6719de47b35b43b6625c5232833bc0f31af2643420 2,294 0.99/1.00 vMB 407
469,264 469,264 00000000000000000094b564396022c4ead18b523afc5cab4d24fd3191829c4e 2,436 1.00/1.00 vMB 412
469,263 469,263 000000000000000000bc8936488e6be5c55f88e891075cead924aadb6b872823 1,938 0.99/1.00 vMB 240
469,262 469,262 00000000000000000143c6a79c3b95ef61d992d652e8fe879e3d43aaf88f40a6 2,027 1.00/1.00 vMB 200
469,261 469,261 00000000000000000102528f0dfacf8f87bc2b86abcd093cbaa1b999f090d7b9 2,159 0.99/1.00 vMB 421
469,260 469,260 000000000000000001028d10e3660df26a6e5fce07583a45f90e3a20bf0de088 2,088 1.00/1.00 vMB 376
469,259 469,259 00000000000000000035d8ecd9b44e0553c0060dce0228f4d44657b757915d37 1,236 1.00/1.00 vMB 252
469,258 469,258 0000000000000000001cab209d0ad1bb075bb06214064932083d27cf84a8df94 2,177 1.00/1.00 vMB 282
469,257 469,257 00000000000000000093af982e6ff36fed79efad7331852785b5c533a3f5d7c7 2,415 1.00/1.00 vMB 263
469,256 469,256 00000000000000000078e97669fb7279ef97ceab7db15bb779cb3b46bbf8a953 2,186 1.00/1.00 vMB 308
469,255 469,255 0000000000000000018568f4a6da841d6f5e26b33d7624230fcc2b4739dfb33e 2,006 1.00/1.00 vMB 499
469,254 469,254 000000000000000001c28b74d14d5309ffa881ef3c7b80a3449a2863c665b990 2,455 1.00/1.00 vMB 399
469,253 469,253 00000000000000000048a8dd10f62d613cf275e639b9b3d51f72ad9061ab9ff1 2,305 0.99/1.00 vMB 271
469,252 469,252 000000000000000000f694e011acf50cccaa7a199dd77479a269724d8614bf85 2,126 1.00/1.00 vMB 496
469,251 469,251 000000000000000000df65362d834498a80d7f8eb9e2a4a1f0a9a09f8b2e338d 2,198 1.00/1.00 vMB 373
469,250 469,250 000000000000000000a6174950338ff21584fa1e4e2e58448990b0a107ed6d30 2,122 1.00/1.00 vMB 473
469,249 469,249 0000000000000000017c4f89e730be9cb44e2d8d1b76fcbdd76673e4828b4fbd 2,010 1.00/1.00 vMB 403
469,248 469,248 000000000000000000f3c560c9e512804bdd3750c67a36d4052742058d2a14c5 2,077 1.00/1.00 vMB 373
469,247 469,247 000000000000000000f86d35dfae792967498a52fbddf2f37dc93344f63a81da 1,442 1.00/1.00 vMB 550
469,246 469,246 000000000000000001c495db43662aefb83224a36fd25266fa20b870f215715c 2,065 1.00/1.00 vMB 437
469,245 469,245 000000000000000000f375deed4c6437fce9e7fb219b6091cd27dc14f9479ee3 2,071 1.00/1.00 vMB 437
Previous 10 blocks ↓
Total Size: 782.58 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: 671.30 GB
    • Received: 15.90 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.