Loading Tool

Explorer IconExplorer

Memory Pool

72,818 transactions
28.07 vMB
0.06783165 BTC
Random Selection Loading Transactions
Max Size: 166.26/200 MB

Candidate Block

Mining Attempt 44f43df0fecd56e3e9831acdc584efee2bf4954b88efd64d13fc49e5e32ef59d
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 8ff26ff88ced6bdf4fc608fc240dd7a2f506d9fd33b171ca42152d07c6646f25
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,728
Size: 1.00 vMB
Total Fees: 0.01175005 BTC
Feerates: 150.86 > 1.18 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (561,738 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
353,293 353,293 00000000000000000bef2249e17fc1ef04779863c9c1f3014a37d08bcafc51e6 896 0.46/1.00 vMB 32
353,292 353,292 00000000000000001207e8f3e5906b893e3ce35814c34716e47ae10298677244 1,507 0.75/1.00 vMB 30
353,291 353,291 0000000000000000156ac26e512b7554211b162b5229ae1fd6d47d6ad591819d 1,145 0.58/1.00 vMB 24
353,290 353,290 0000000000000000093481e5eb21514cf58a51da2794fcde4c9d79075286da82 585 0.24/1.00 vMB 32
353,289 353,289 00000000000000000582042e2a3e71f3d20c0338802e3e5f4a60f7978ff1c099 963 0.42/1.00 vMB 32
353,288 353,288 00000000000000000eb78a5eb4e101afa70814981069a5f6b062a5b2d6c7c427 269 0.11/1.00 vMB 32
353,287 353,287 00000000000000000facef336e948cf0fbf89bea6afd3187a14ad1dde6df9369 169 0.18/1.00 vMB 16
353,286 353,286 00000000000000000f9922738b88da5f2770bfecc32222ec14d2a6d2a4cc1594 2,125 0.87/1.00 vMB 31
353,285 353,285 000000000000000002808ae0c370d7960d2b868034dc11db8e6557b2d7b51c48 1,202 0.52/1.00 vMB 28
353,284 353,284 00000000000000001513ef3920b60840a9163d9d876f25c4fa76d1bfb9a918be 365 0.16/1.00 vMB 29
353,283 353,283 000000000000000007c45815363757364f467b93ced506de6d3b9d6bd4939f81 328 0.16/1.00 vMB 28
353,282 353,282 0000000000000000127bc7b4eeeeafe33c1c52de45f8fd068c66bbaa95ad8c54 988 0.43/1.00 vMB 30
353,281 353,281 00000000000000000f33b1031d9e18b35b38a5ea9e8aafdd59c87a57526a9c93 1,265 0.60/1.00 vMB 28
353,280 353,280 00000000000000000e75396bdeacf18cfe2311880ca4e6479d653e6a9d08b9d9 1,344 0.71/1.00 vMB 27
353,279 353,279 0000000000000000115fe2d3714141c3cc0f583c2f5998ccdb644c35f3609c6a 118 0.06/1.00 vMB 24
353,278 353,278 000000000000000002f39a9c823e0f61fa60e3be14c2261cb6cc2cdcb50ff2f0 116 0.09/1.00 vMB 16
353,277 353,277 00000000000000000747faebc7d0570269e078851f48091a73a2a8f467d237df 888 0.43/1.00 vMB 21
353,276 353,276 000000000000000016b9c26a694330b76786cf9ff64839508e05a4642f3375af 200 0.09/1.00 vMB 17
353,275 353,275 0000000000000000062eb40e114f524c778ee7a078736d4680eaf58517ad6d82 1,239 0.75/1.00 vMB 24
353,274 353,274 000000000000000015026a2516a7cf881abcae8b5c727870963859d0994d3c2c 1,974 0.75/1.00 vMB 34
353,273 353,273 000000000000000000c54112f6fca4786f9d849565c83cca878300cd75aa0f21 527 0.24/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.45 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: 666.77 GB
    • Received: 15.22 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.