Loading Tool

Explorer IconExplorer

Memory Pool

77,006 transactions
28.40 vMB
0.08770372 BTC
Random Selection Loading Transactions
Max Size: 172.86/200 MB

Candidate Block

Mining Attempt 4ec053dff640a68e8097eccd0d37628e468e1cc339af5ba320d61942476a75df
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root cad8668f4ac917792fa4dbb0ab7e9f706e446e540175fe97ae2206cd0b9e6a8d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,584
Size: 1.00 vMB
Total Fees: 0.02433528 BTC
Feerates: 477.45 > 2.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (192,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
722,366 722,366 00000000000000000003e02717e123a910ccffc99786e249e65d650641eb222b 1,008 1.00/1.00 vMB 9
722,365 722,365 00000000000000000002d15df4ed8459ef6c92eb5174e27e9c26ea109768b690 3,049 1.00/1.00 vMB 13
722,364 722,364 00000000000000000003b82dd7afbfb4a5461e73419a1fec83c54d7f04219229 3,498 1.00/1.00 vMB 14
722,363 722,363 00000000000000000002b6e1d37851de10fd3a7b9148d54c8ce4ce9e145b8ce2 2,203 1.00/1.00 vMB 11
722,362 722,362 00000000000000000002dea4ac7a7c6d614c79cb4953b4ee7c3f5abc02d0baa6 2,393 1.00/1.00 vMB 12
722,361 722,361 0000000000000000000a873d3740dfea2178de25404cb09ac09854b1551c875f 2,313 1.00/1.00 vMB 23
722,360 722,360 00000000000000000000d17a7171fc9f445dd1b8b1f6eed663d5972635a08308 2,046 1.00/1.00 vMB 20
722,359 722,359 000000000000000000039750d3d05590073b855db56d11e8671d88c1f8617ea5 345 0.18/1.00 vMB 8
722,358 722,358 00000000000000000003018f46e7d4710189a433f3786464db603368b6c9ad2e 1,347 0.41/1.00 vMB 11
722,357 722,357 000000000000000000002e5bb24908ba1e9c646c76c448ce31fc7a0896d8db2c 2,223 0.83/1.00 vMB 10
722,356 722,356 000000000000000000085cf27f8798657ccaa50aed9073043c8e49da8ad38a67 2,427 0.94/1.00 vMB 6
722,355 722,355 00000000000000000007fc6cbba9a698b0e1f51ee1742af9d3b6b630d7ca97fa 2,734 1.00/1.00 vMB 17
722,354 722,354 000000000000000000068477dc5c6f7462b2aade1e47cbebb6270a7724819c3d 1,013 0.55/1.00 vMB 6
722,353 722,353 000000000000000000051592d3adfd8c95652930a5fc5bf8bd28cf16711b5962 214 1.00/1.00 vMB 1
722,352 722,352 00000000000000000005cb8ba8d552d751ce0ad8a4de5782dba4cbbeba4d488b 3,039 1.00/1.00 vMB 12
722,351 722,351 000000000000000000075cc69a4ec29a5e0c444901908dbd80935ac84332f70e 1,444 1.00/1.00 vMB 4
722,350 722,350 0000000000000000000a34743c9eed34f21e2669586bf593a971f02ab8d2e399 2,878 1.00/1.00 vMB 14
722,349 722,349 00000000000000000001892f2dfb6c0f46c09941182b02fc8243aa3b37ee7f56 2,173 1.00/1.00 vMB 19
722,348 722,348 00000000000000000008fd55dac0e923895a95ea2bff4987acd506e7222e493f 1,165 1.00/1.00 vMB 6
722,347 722,347 00000000000000000007cc2a84f2898180c4d80ceb9b4592e64ce8ad86e13b05 2,240 1.00/1.00 vMB 11
722,346 722,346 0000000000000000000a2373d5611c1f95ff3c8095298c98f095db54560bca21 3,181 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.91 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: 713.77 GB
    • Received: 17.47 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.