Loading Tool

Explorer IconExplorer

Memory Pool

14,921 transactions
6.90 vMB
0.01846103 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 39.57/200 MB

Candidate Block

Mining Attempt 558a181d8feee8cf9882cb176ce586d0bb829a7096814aaa7da7940bd721e05b
Version 20000000
Previous Block 000000000000000000018334698b3f919b91679f9b8aa9a5b7a32751b5feadf4
Merkle Root 6cf92e0ecf77f54a334d06a7e80583d64a603bc11d08d5340b7060be364a72f7
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,970
Size: 1.00 vMB
Total Fees: 0.00540113 BTC
Median Feerate: 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,441 (725,031 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
188,410 188,410 00000000000000f17853500bc910ecdeb1f931ad400f5aba67b7960aa3337f75 162 0.06 vMB 942
188,409 188,409 00000000000005ea73b4c734b50e7f23a0ac1cdf8a880c67e72c44062642b7f0 171 0.06 vMB 99
188,408 188,408 00000000000006048e7c5524261f217956a9b87e602c9e8c2df8cda395fc9f3b 65 0.09 vMB 87
188,407 188,407 00000000000006468a273fc883c18b836d947d9e4d0ff0d7a845459d766b2b6f 37 0.03 vMB 542
188,406 188,406 00000000000003fdbb9278c904528347a3aeac2bb283118de453262baa67d603 265 0.20 vMB 79
188,405 188,405 00000000000007b004a19c211102f338d67e0ae81536c7013dbe1ec64f51e5cb 825 0.25 vMB 165
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
Previous 10 blocks ↓
Total Size: 779.64 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: 304.09 GB
    • Received: 1.39 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.