Loading Tool

Explorer IconExplorer

Memory Pool

42,699 transactions
26.84 vMB
0.06666240 BTC
Random Selection Loading Transactions
Max Size: 140.93/200 MB

Candidate Block

Mining Attempt 41fa328099c8fd7e88f4060a02c7397284270cc9be8fa262a86dcaf8e14203d4
Version 20000000
Previous Block 00000000000000000001c29ba26020ab8fee0b13c11f761cf92eaeb9c92dd03d
Merkle Root 45042d0ff91af987e2bc43506046be84ddd041ff51d5f0d455c7cc58ab7c9b50
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,839
Size: 1.00 vMB
Total Fees: 0.01685782 BTC
Feerates: 181.54 > 1.69 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,932 (332,670 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
582,262 582,262 0000000000000000000fc67484ea1a2840aacd1d8393661c014035b30c88fe0f 3,121 1.00/1.00 vMB 50
582,261 582,261 000000000000000000183583f74fb4a9343ed2bbfcb9ab804b152b98db5451f9 1,011 1.00/1.00 vMB 19
582,260 582,260 000000000000000000161bd577c2fe1077d30fc6770d1ab4f4f443d779b31611 2,083 1.00/1.00 vMB 56
582,259 582,259 0000000000000000001f99aed11fbb29c358d27c7f28ddd0b5ea40905f2a549d 1,978 1.00/1.00 vMB 53
582,258 582,258 000000000000000000225d581e0e4f7c3a82ab74cb5fca4fedeb49ae531260d3 1,820 1.00/1.00 vMB 43
582,257 582,257 0000000000000000001ec134a26813b3bb290e5920f7c5934ada1a6708c1a4fd 1,002 1.00/1.00 vMB 17
582,256 582,256 0000000000000000001a72095c7e96e50f695d26939b67804abe206ca39ca58b 2,550 1.00/1.00 vMB 75
582,255 582,255 0000000000000000001dbc1dd19f7076df50a972f8fdde5cecd1e58e75a33c7e 1,746 1.00/1.00 vMB 38
582,254 582,254 0000000000000000001346e76ab26745cae1a1b85eb70254a59bfac178a9e7d6 800 1.00/1.00 vMB 23
582,253 582,253 0000000000000000001052de0f0009207ca0aebe7cfa9ba6da8a163b900e44bf 2,439 1.00/1.00 vMB 57
582,252 582,252 0000000000000000000b13d0026ba58007e75bf5b81207fef5c7d45f1900f27e 2,785 1.00/1.00 vMB 62
582,251 582,251 0000000000000000000ac5a5c820733ce0b417b3e5e4d37fc6a29ac30cd46945 1,916 1.00/1.00 vMB 24
582,250 582,250 0000000000000000001820b8b5f9d1b3bdcc147f6508cf2b6dc8993188c34f04 2,447 1.00/1.00 vMB 84
582,249 582,249 0000000000000000000ba915d654ca0eaa76bfa53040c49f8f6fbad3a8fe0da4 714 1.00/1.00 vMB 26
582,248 582,248 000000000000000000054b8e5414337a4fbbb4ccc9bad588281e5b9c50ca7994 1,849 1.00/1.00 vMB 35
582,247 582,247 000000000000000000041a59998d332fddc3bc7708cb63170c4ab260ed908c4f 2,811 1.00/1.00 vMB 69
582,246 582,246 00000000000000000018b67f84d87bcf7748ec0fe427fcd9aa7d5e27f9e08490 2,408 1.00/1.00 vMB 76
582,245 582,245 000000000000000000149bbfe1ef1de03e1a066644da3a09e2b0609760001269 1,082 1.00/1.00 vMB 19
582,244 582,244 000000000000000000130559322685e36f3dbdc5109d75e66bbd6794b1ea3327 553 1.00/1.00 vMB 13
582,243 582,243 0000000000000000001ab7ab96a48eea49d153d442d25ee026285d5bd4c68ba7 1,757 1.00/1.00 vMB 49
582,242 582,242 0000000000000000001407889e64986db74b99b77b9f47b5351b6fc14e479a18 1,931 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.27 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: 656.01 GB
    • Received: 14.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.