Loading Tool

Explorer IconExplorer

Memory Pool

14,949 transactions
7.50 vMB
0.06870151 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 41.98/200 MB

Candidate Block

Mining Attempt 767e339fb25d6c972492c35b6b81ec213121781dcbab55b78455f5bde22b2767
Version 20000000
Previous Block 000000000000000000014105dee4cd37c7a5f23cb629ce890083c2cdae74e30d
Merkle Root 31dc475a22cb36eb7b6ac2c977375b6e73d551b0b1fd01de572884005176cb6a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,737
Size: 1.00 vMB
Total Fees: 0.05398547 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,437 (725,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
188,404 188,404 0000000000000472dbafe8c11128b392bcaf858c78cd8045b38c0319f316fbdd 12 0.00 vMB 71
188,403 188,403 0000000000000375fc339c8a6208f59ee99be47b0beff109d5bca157b99dcb63 688 0.25 vMB 233
188,402 188,402 0000000000000934046a2ac358ac72a943c58efac2064f83dbc3fcb45d67cbdc 275 0.10 vMB 134
188,401 188,401 0000000000000447bfc853cde5f196141187cf32586e863c703e0736744af0a9 1 0.00 vMB 0
188,400 188,400 000000000000033dcc678a165c3a2bff8e716cad2fa5a3c5a87c2ff9b9001100 181 0.06 vMB 751
188,399 188,399 0000000000000089ecdc316eaf553e5bcd9591bbd46137862829c21a6ca96189 168 0.05 vMB 335
188,398 188,398 000000000000015c80d7b124c8c9c969954b358200ab05682b174c25fede45cf 581 0.29 vMB 143
188,397 188,397 0000000000000188ff0dc22c4279e92021bfe80f6c42cc7df5ad9235327c5c3e 127 0.06 vMB 102
188,396 188,396 00000000000006c6b97af4fca937495ec0e6414478af9899a0e15bcf01a31cbb 8 0.00 vMB 103
188,395 188,395 000000000000060e4eca405d22003b2b6a1f0c4d09d7be955ba28aec6033760e 406 0.18 vMB 124
188,394 188,394 00000000000000151784041fb9fddbf9a89af0b33afb45435d09db177e2a4eff 53 0.02 vMB 166
188,393 188,393 0000000000000829e121b62b44f0a5ddd6c81419301c47c5cfb5d8e5b56cb4dd 266 0.10 vMB 136
188,392 188,392 0000000000000465de57e82c61e35e9c39fbcebd362fcbcdb5a699ab13a9d0c4 114 0.04 vMB 48
188,391 188,391 000000000000098bc63f05560beb3b13d4b4764c3469559564ec73edb5fce89a 227 0.10 vMB 111
188,390 188,390 000000000000061e0ab4cad615ce19ba157bbdf3da81ccf1a90dc2cde0e3fe22 17 0.00 vMB 115
188,389 188,389 00000000000005915fb9b4483ddc7ee2a8222ebbf9fc863e1117933bbba398f9 275 0.13 vMB 102
188,388 188,388 0000000000000817edc1a83d0e8ddd985d975ff0cb7bf27cf3924031225d15e1 90 0.06 vMB 91
188,387 188,387 0000000000000073c9b63f8d5ef4fde8ce031c7e14fc7fa34c50ee1bad30655a 154 0.10 vMB 82
188,386 188,386 0000000000000987df124482bee145fbede804ed2ed34df41a56aadf7ac84327 246 0.12 vMB 112
188,385 188,385 000000000000089f671f273a502344dee2dd98d91fe62eb15185009bd5c64af0 631 0.25 vMB 124
188,384 188,384 000000000000053bf72ec9f82115152258f51e77d4bf06a950d3f5655a1f5ffe 133 0.05 vMB 134
Previous 10 blocks ↓
Total Size: 779.63 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: 303.12 GB
    • Received: 1.37 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.