Loading Tool

Explorer IconExplorer

Memory Pool

40,779 transactions
27.30 vMB
0.12573980 BTC
Random Selection Loading Transactions
Max Size: 141.20/200 MB

Candidate Block

Mining Attempt eeca088bd6cfa6e19b4022472160d5e1479abddc07262575a454428b20fc952a
Version 20000000
Previous Block 000000000000000000011aac3f8356d41d0f3b59beeb05aaa2207d77b5b56f75
Merkle Root e0c9b7e617b5a34d9c866a63ad5388d48789e8e5d1ad2bbfed74f9ab6820546c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,269
Size: 1.00 vMB
Total Fees: 0.06817037 BTC
Feerates: 285.90 > 6.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,680 (456,278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
458,402 458,402 000000000000000000b34cb11d4b2befee541099117691343e1c24867df233d9 2,729 1.00/1.00 vMB 128
458,401 458,401 00000000000000000215f38ee2df8ded9e7ee5e7334c117a56cff9b1fdc610bc 1,998 1.00/1.00 vMB 163
458,400 458,400 0000000000000000015734aa698127bff4578a8e0d95ac9d595c27c4c0f4b81e 2,499 1.00/1.00 vMB 146
458,399 458,399 00000000000000000037c65fa198912f731785980db7b639979cfca5f58b582d 2,326 1.00/1.00 vMB 190
458,398 458,398 0000000000000000010e5183d24d64a5ee00c181daa37d6097cf09e32c74c1a4 2,137 1.00/1.00 vMB 156
458,397 458,397 0000000000000000021446064ada61e38b1b456669def76e073355748af971df 2,084 1.00/1.00 vMB 156
458,396 458,396 000000000000000000b13d05def905a149546158aae7bbd7de7d7a23f44b2ea5 2,367 1.00/1.00 vMB 217
458,395 458,395 0000000000000000002b3d085d247c670d2b6266f5e0f10f69f8603d17fdc080 2,092 1.00/1.00 vMB 192
458,394 458,394 000000000000000000d50cb826d742f08c68e9c2a644f2dde3f95153d7be3d7f 2,266 1.00/1.00 vMB 176
458,393 458,393 0000000000000000008c3f232b011ac5d1f3e29ef03583ba4993fca36e411186 2,389 1.00/1.00 vMB 186
458,392 458,392 000000000000000001ea49c5756a9655b4e30d0b1e969971a6a6a867275605ca 2,154 1.00/1.00 vMB 189
458,391 458,391 0000000000000000006b437ee5ea4e5e6a4359f17368bc04ed7eaa09a8c1eee3 2,143 1.00/1.00 vMB 225
458,390 458,390 00000000000000000066354d63be02ebc376d3b0201cb07c8a53b560fd55dfa6 2,237 1.00/1.00 vMB 215
458,389 458,389 000000000000000001d0694ef7ca786e77278bb4a34d90414d0144e7a1fc172b 2,199 1.00/1.00 vMB 221
458,388 458,388 00000000000000000213afb06d09204f35dfaca218371ae448e374618710fc80 1,873 1.00/1.00 vMB 182
458,387 458,387 00000000000000000208feb4ac48891077b417a9373459bbc59cec4320526350 1,465 1.00/1.00 vMB 111
458,386 458,386 00000000000000000224e2a23d0d27e971e50e27ae6f72dd057f9df759ffac5a 2,026 1.00/1.00 vMB 157
458,385 458,385 000000000000000001f08362616f926219f288b552da6095f5e38265ceaa2202 1,410 1.00/1.00 vMB 98
458,384 458,384 000000000000000000b18f48b2839395afd87c41294ba394a232e0c3f6794f1a 1,809 1.00/1.00 vMB 181
458,383 458,383 0000000000000000000f193d78734f96e95d50c7c0482ae10f5b22918207ebe0 2,290 1.00/1.00 vMB 220
458,382 458,382 0000000000000000021c4964d089230d38cd1d87ba21e2de5ed3c0e9590ebca4 2,144 1.00/1.00 vMB 210
Previous 10 blocks ↓
Total Size: 781.82 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: 636.44 GB
    • Received: 12.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.