Loading Tool

Explorer IconExplorer

Memory Pool

82,930 transactions
30.30 vMB
0.16279312 BTC
Random Selection Loading Transactions
Max Size: 183.48/200 MB

Candidate Block

Mining Attempt e330abd97d072a937581c9a4c3017f8ad282201de702e3f506502a529213b1ee
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root 30010c5ed9842d9e5b5d8d3a15d7cd0ca68def4248e0dbe101253ca34dc8a9c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,160
Size: 1.00 vMB
Total Fees: 0.08737514 BTC
Feerates: 101.65 > 8.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (868,172 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
46,947 46,947 0000000027cd862771de784d5d4ed8acd94d3c459b31e190535fb2fb5bcececb 1 0.00/1.00 vMB 0
46,946 46,946 000000000bc3cdd813d76ee50231171b8640831f8adc1fce0944f688a957bbc5 1 0.00/1.00 vMB 0
46,945 46,945 00000000225875a32bd172527acf526bd2de40ad6bb0095fab547ee76e34d998 1 0.00/1.00 vMB 0
46,944 46,944 0000000037cf3ae91919af7b4e391a338160880002fc212fe76b8aa8cc9b6170 1 0.00/1.00 vMB 0
46,943 46,943 000000003042b7e1e1121b83c69870e66ce9e7c2d2f6369ae948c4e0668d3bcf 1 0.00/1.00 vMB 0
46,942 46,942 0000000013356bc90cd92b9e99790b57786eddd8a01cbadfd1de0da4d7ad7a16 1 0.00/1.00 vMB 0
46,941 46,941 00000000243d2c06117f45e20f9bacabb7b7fb2ceb92a35d71804816381a7583 1 0.00/1.00 vMB 0
46,940 46,940 0000000036694f7ff44f5af73c668626dfd6e5135433a4fdf7bc5032061ff320 1 0.00/1.00 vMB 0
46,939 46,939 00000000209ec4b4a72f3cbea443a5cf8297c6ae40b0d1d909a4a716726ff2e1 1 0.00/1.00 vMB 0
46,938 46,938 0000000025fea639dae7c40fc004679a78a653f4e02b54a0687dde75e7d0e36e 1 0.00/1.00 vMB 0
46,937 46,937 0000000014a755f76904b61f78f1cc870b6fcacc2c8cc80ea6d0159362054e5f 1 0.00/1.00 vMB 0
46,936 46,936 000000001bf09290008694ed220ce310b20d0dba5dc5ae7a9652763a303f435f 1 0.00/1.00 vMB 0
46,935 46,935 000000000c0a7b4d2151c6303a89ca86c43d17dbb658a505609b365c9d97de05 1 0.00/1.00 vMB 0
46,934 46,934 000000000aeeae7873873c1f5c1f4881d863fb37f86743bbed9921a274209e7c 1 0.00/1.00 vMB 0
46,933 46,933 000000002888293c39d7bde0300d8e9bb472b5010ccae8a3f90437e374e42814 1 0.00/1.00 vMB 0
46,932 46,932 0000000032a6c2e67ff744c5a722e570d0bb24639f83ad5d57a80833bebd09f8 1 0.00/1.00 vMB 0
46,931 46,931 00000000231f16652d5a07debfebff5ccfc5d7710289204d2a3133aee2a7bad0 1 0.00/1.00 vMB 0
46,930 46,930 0000000008d8492606a1eff49e2e938d0ebfdb0633f9a9d68e651d5068a53305 1 0.00/1.00 vMB 0
46,929 46,929 0000000029473499093a2f0cfd76ac2b7c525bc0de9f0688882d4b25bc08315f 1 0.00/1.00 vMB 0
46,928 46,928 000000001c4b1ba5593dd83f89c5fcb9f4b6a18ad6b2b7b08f9b10275ab8b034 1 0.00/1.00 vMB 0
46,927 46,927 0000000036e0e987d280c3c852719563e4015ea14e11fd6a92139266fedcab7a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.60 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: 671.73 GB
    • Received: 15.99 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.