Loading Tool

Explorer IconExplorer

Memory Pool

76,753 transactions
28.64 vMB
0.07487499 BTC
Random Selection Loading Transactions
Max Size: 173.38/200 MB

Candidate Block

Mining Attempt 5fa4563328b86dbd0177cabb9a1caf46dee630523083a3e0ea9e1107666a8809
Version 20000000
Previous Block 000000000000000000011d49c0349887e36fe6508c1977edbe2c0a508259bee0
Merkle Root 80730614e79d685e962c810802895fdf87783def689cc7f29f0858f83690eec7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,224
Size: 1.00 vMB
Total Fees: 0.01532369 BTC
Feerates: 100.17 > 1.54 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,136 (224,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
690,845 690,845 000000000000000000069de1da9a76c184f55dbe90e33526b77ff48f0a6e8d01 2,076 1.00/1.00 vMB 15
690,844 690,844 0000000000000000000563d6f1d71bc1e55cacca1a32290c7253dcf84eff5d5f 2,962 1.00/1.00 vMB 29
690,843 690,843 0000000000000000000e32c181276b46e6b5b6c149a1e55aa7640e98eb95148d 277 1.00/1.00 vMB 2
690,842 690,842 000000000000000000116c28c9c301c3804ceae98a9c0b1fabb428ba92aa8903 3,383 1.00/1.00 vMB 3
690,841 690,841 00000000000000000009ea7a4aceef0c83d8537ff844bffb7d0bd066403cd415 1,990 1.00/1.00 vMB 9
690,840 690,840 0000000000000000000db5c91fa311ea845d1f4d49643c53b83e754c603cd0fb 1,412 1.00/1.00 vMB 21
690,839 690,839 00000000000000000011dfd4c4e40cfb8cb03b5fd0c079a8a07c22b1130a0f24 1,248 1.00/1.00 vMB 46
690,838 690,838 00000000000000000008378821de598c4e002eadc92ccdead1a95a3163a92ac1 2,531 1.00/1.00 vMB 13
690,837 690,837 00000000000000000007e284b1bc8d9d355c211ea6929c259dc76a6efe67563a 2,430 1.00/1.00 vMB 23
690,836 690,836 000000000000000000076ad03b6ff783e3a2f95add6423428bc93e931720187d 2,618 1.00/1.00 vMB 27
690,835 690,835 0000000000000000001301c1090aa5e6e02a1fed55802e1e10dcbdcf9374ade9 2,504 1.00/1.00 vMB 11
690,834 690,834 00000000000000000008f6df2c42c5b3b921e74f666922f46793a1fc0979b77d 2,274 1.00/1.00 vMB 20
690,833 690,833 0000000000000000000f17bf7663eb334c38faaf84f84f20b8c044d6e699c95d 2,328 1.00/1.00 vMB 22
690,832 690,832 000000000000000000001ee868be0ef1ee52fca67d40acdb3bfac192c51e573a 2,566 1.00/1.00 vMB 72
690,831 690,831 000000000000000000001c56802fafe4842fc4a5ea26800e52c0da208c29a2d0 1,296 1.00/1.00 vMB 35
690,830 690,830 00000000000000000011c13d26659b91a1cf7350ca3673fdf02cbab7fa021417 2,045 1.00/1.00 vMB 47
690,829 690,829 0000000000000000000259b31e0df180f89d6fe0c89d4c3a39e82412fa989804 2,592 1.00/1.00 vMB 20
690,828 690,828 00000000000000000002822a4266e9d912f2c2a7c4e11e5d6eb2f319867b5de3 2,688 1.00/1.00 vMB 33
690,827 690,827 0000000000000000001300ce5681d84a95f7a63435f0522ff41a79ea4738a3f0 2,475 1.00/1.00 vMB 35
690,826 690,826 000000000000000000007273c4307cef2b34930b94c4985e53374e449301c199 3,020 1.00/1.00 vMB 27
690,825 690,825 0000000000000000000ad97a080c870620365c3009191d0930fd73489240ca78 2,569 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 782.63 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: 672.12 GB
    • Received: 16.15 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.