Loading Tool

Explorer IconExplorer

Memory Pool

81,770 transactions
30.37 vMB
0.08314797 BTC
Random Selection Loading Transactions
Max Size: 183.00/200 MB

Candidate Block

Mining Attempt 8bab31d6530a0fab8dded4c4d62a19cab40b2a37669fb4660979e03aa4ecd465
Version 20000000
Previous Block 000000000000000000019df273a09481953b04854e28e5bee40f0a5bbd926969
Merkle Root e4a073b0b18825f4fe75e09a490310baf9ce3fd53eb1765e7a6185b698334af5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,006
Size: 1.00 vMB
Total Fees: 0.02067084 BTC
Feerates: 203.60 > 2.07 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,973 (174,130 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
740,843 740,843 000000000000000000072d0bc2c3ee1c86be9543aa1105695507cb41a3c8b167 1,267 1.00/1.00 vMB 4
740,842 740,842 000000000000000000008dec04595eac0bd7ee5a87bdff12d01d8426ffe3872f 1,610 1.00/1.00 vMB 8
740,841 740,841 00000000000000000008bcd887b72da5f74387c981521b925bfe682a4fb2b52c 1,897 1.00/1.00 vMB 14
740,840 740,840 000000000000000000022c7b8af358b55bd7c66dacae2de6b50c918882104848 1,191 1.00/1.00 vMB 6
740,839 740,839 00000000000000000007a3a258bdc33887bb5309273451460073541b4d441f81 1,814 1.00/1.00 vMB 21
740,838 740,838 00000000000000000003f08e0b91ad3723db2c5c29b8f998d1c7050960f4302a 2,040 1.00/1.00 vMB 15
740,837 740,837 00000000000000000002f5f53746a4bf0030bbda2c6dde84259ab2361dfe2faa 1,536 1.00/1.00 vMB 21
740,836 740,836 000000000000000000020e982a4081ef3f5be41375b8c092c382f1d62f9a7802 1,590 1.00/1.00 vMB 25
740,835 740,835 00000000000000000001bde3c603760f9a9aaeed0d756ffb285e20dc45cf04ef 2,055 1.00/1.00 vMB 22
740,834 740,834 000000000000000000067ed3b05e7b6890fc03a2317b7172b813520622724af3 2,859 1.00/1.00 vMB 11
740,833 740,833 0000000000000000000173e577969b76b8d3be3b14de519bfda5d22adc467811 3,469 1.00/1.00 vMB 19
740,832 740,832 0000000000000000000519c8d5eb4eb2854a8883e1328a06f1fa76539274aea7 1,004 1.00/1.00 vMB 17
740,831 740,831 0000000000000000000318142b7e3146264f90d2aa6a392b7cd38213f3b48c91 249 1.00/1.00 vMB 13
740,830 740,830 0000000000000000000527ece8fcdf1e226beeac4cdf8a8e9335f06b6ccf56c5 299 1.00/1.00 vMB 14
740,829 740,829 0000000000000000000054ac52f092ecc21a2dc467d9721deffde6c517b156a4 2,150 1.00/1.00 vMB 19
740,828 740,828 000000000000000000077ff5bd8931683d60fc2b6f9d458a8e28b09649fcea9b 2,933 1.00/1.00 vMB 31
740,827 740,827 0000000000000000000001301cea1ff4fd89a0c219f247e7c27c439e2b2ea835 1,433 1.00/1.00 vMB 19
740,826 740,826 0000000000000000000080e0ac715fc2b8eba8e4c402ca2c7b825a75e295c822 127 1.00/1.00 vMB 13
740,825 740,825 0000000000000000000194c1bab4624e7c51c7cb7eb4a8ffb1139eb96ab66071 1,410 1.00/1.00 vMB 19
740,824 740,824 000000000000000000010842eb8161203615bd597b150d2dd9a9ac20d5ff0d8d 1,182 1.00/1.00 vMB 19
740,823 740,823 00000000000000000000403b4faed93c8ef4470dd7768a3843b68df1879f1384 247 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.34 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: 661.28 GB
    • Received: 14.80 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.