Loading Tool

Explorer IconExplorer

Memory Pool

41,163 transactions
28.80 vMB
0.06639252 BTC
Random Selection Loading Transactions
Max Size: 147.49/200 MB

Candidate Block

Mining Attempt ee588b878d38bbcd225e38f8c02c8bae8f5ce18cd3913f39a4af8a89e5f77502
Version 20000000
Previous Block 0000000000000000000088aeb2f6ddaa71b9393d28b738c65cd40abb7d78efd3
Merkle Root a7ad410ad9c51bb6dfaa39a56322db1a0e5bef05b55d54350afc5d0158682dae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,845
Size: 1.00 vMB
Total Fees: 0.01041803 BTC
Feerates: 302.06 > 1.04 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,615 (504,322 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
410,293 410,293 000000000000000004282d2bdb45f62bec804d875313c816dd259d18714dd70a 1,373 0.73/1.00 vMB 36
410,292 410,292 000000000000000001e176d63cbb6d54cf4fbdfe418da0568a5b80bb57e3af96 728 0.50/1.00 vMB 30
410,291 410,291 000000000000000001a5c9c30970a03e8d4bdd7cc77e520f10ad6098dcc85475 1,209 1.00/1.00 vMB 18
410,290 410,290 00000000000000000077b3dcd86ddb85cd3888a28f2233b6fbe46470781bb81b 2,286 1.00/1.00 vMB 42
410,289 410,289 000000000000000003a5ea7512cb8e7984ea0cd12e539fe965600f11903d4986 2,646 1.00/1.00 vMB 38
410,288 410,288 000000000000000001d63d8714673c2628a82875410d3863dc3dbeaf0dabd5a6 3,078 1.00/1.00 vMB 57
410,287 410,287 0000000000000000016ce75642488a89ef368ad79e0fd3847b91f5f0144e41a4 903 0.35/1.00 vMB 35
410,286 410,286 0000000000000000041d4e1d8ae680da152a550bc24b071297c254f08ade5675 362 0.15/1.00 vMB 41
410,285 410,285 000000000000000000235a9668bb613cc6051bd28536b720b4b5dc60c521de98 2,033 0.84/1.00 vMB 38
410,284 410,284 000000000000000000fa4b56dad80875df57e139fa5e1b1020de2edfc2d259ca 259 0.10/1.00 vMB 37
410,283 410,283 000000000000000003dc07402198a1bee9243dd61fb26ae7a70a9055e872d076 40 0.01/1.00 vMB 31
410,282 410,282 000000000000000005237abea923981bf9f85476b3674b0536679381346c0f80 349 0.18/1.00 vMB 31
410,281 410,281 00000000000000000280f3399c8a2723cce062792936f3f48a2b1e203c07542e 1,098 0.43/1.00 vMB 39
410,280 410,280 0000000000000000026aef2921b6f3dcfd7b63f1c004509a3b3e8105adae98a4 1,464 0.60/1.00 vMB 36
410,279 410,279 000000000000000001afa8e91dbbf1d0018a315645ed877fa6db94fd6725c6b6 2,111 0.83/1.00 vMB 39
410,278 410,278 000000000000000005a480261c3a0f6f620d49b2d4ba1a3d16dbc6036ce09a6a 1,149 0.79/1.00 vMB 25
410,277 410,277 0000000000000000058c6e08e5f41f7da564624e72a77d71f9b9ffe5bf33e6aa 2,362 1.00/1.00 vMB 42
410,276 410,276 000000000000000000534c1c4d3db44eda375f399af4c6f73788bcc9a2fdf6e1 2,391 1.00/1.00 vMB 38
410,275 410,275 00000000000000000538454b34263d8e1c5b4e761a5324e7de46ca33599edbfc 2,273 0.75/1.00 vMB 51
410,274 410,274 00000000000000000219b681a8e217440d7c9663ad61cea38f1cbf3e1fdd2752 742 0.36/1.00 vMB 31
410,273 410,273 00000000000000000009fb1549565392205b62df83069954b3f7d365f60ff49e 1,194 0.42/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 781.71 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: 629.36 GB
    • Received: 11.90 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.