Loading Tool

Explorer IconExplorer

Memory Pool

56,691 transactions
32.16 vMB
0.18488446 BTC
Random Selection Loading Transactions
Max Size: 173.20/200 MB

Candidate Block

Mining Attempt 98671c8923b26b9a506e773bb777a7e07c41b342814831b51c4b129d81922581
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root 6fed88689ede4441465fd2ae365bb858f12f549407928c7374052409b57d5720
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,595
Size: 1.00 vMB
Total Fees: 0.07293526 BTC
Feerates: 465.21 > 7.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (344,020 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
570,796 570,796 00000000000000000020c0e660cca07280fc35a384497f645d13572fbb82558f 2,834 1.00/1.00 vMB 81
570,795 570,795 0000000000000000001d2c864ae9db240f43e3eeb4285c8c7a688b06d44708f1 2,582 1.00/1.00 vMB 97
570,794 570,794 0000000000000000000ae75a49bf7202daf22b44d3f6dc8f24e55272b88e1e78 3,108 1.00/1.00 vMB 102
570,793 570,793 000000000000000000144efa71ea42250d009ff1918153ff96452abb850b89e0 3,146 1.00/1.00 vMB 80
570,792 570,792 0000000000000000000bfab2982c3e7921973eac9ca9151f8bcc86dc42ec1b1d 2,952 1.00/1.00 vMB 106
570,791 570,791 000000000000000000226605d64598fdc4d26746c8323d6fe28c69a9eed302e0 3,223 1.00/1.00 vMB 145
570,790 570,790 0000000000000000001ad417c58802e0e1637032157fe37be126220c90b30334 2,824 1.00/1.00 vMB 105
570,789 570,789 00000000000000000015e985b115643430128a9d3b1ccab318dee53e3c476af5 2,497 1.00/1.00 vMB 110
570,788 570,788 00000000000000000007aba8bf6c650b6571670dc64d1cefcfe5df08ddb8ead1 3,041 1.00/1.00 vMB 138
570,787 570,787 0000000000000000001c93b977e8c8e3dfd710aa4afdd7c144205971f9da366f 3,090 1.00/1.00 vMB 130
570,786 570,786 00000000000000000010688d643f701c80bc8fffb1112071a232cc6c92773cdc 3,300 1.00/1.00 vMB 146
570,785 570,785 0000000000000000000ce6002f649db2c32878106c67efcd3ad783dab31943b2 1,733 1.00/1.00 vMB 119
570,784 570,784 00000000000000000013b12b7235724c426966cda549b04b34b207fcd727fb03 2,173 1.00/1.00 vMB 131
570,783 570,783 00000000000000000000532230e25d02cefafb2db3bce7db6668f7e2e2d45ac2 1,700 1.00/1.00 vMB 38
570,782 570,782 00000000000000000002ef16f6f1018d0ab9727557979c99fa3d6b30c38abea7 2,754 1.00/1.00 vMB 53
570,781 570,781 0000000000000000001efdb8f955d226a8d537888defa10012b9ea1f855b259a 2,348 1.00/1.00 vMB 10
570,780 570,780 00000000000000000019852a4c9d3532ee49d4b6ffea36e2ec501a77db1467d0 2,410 1.00/1.00 vMB 15
570,779 570,779 0000000000000000000afe6e053f4aaeb04b34996e4cbb1cb417867e6dc91e1f 1,598 1.00/1.00 vMB 85
570,778 570,778 0000000000000000002523be17b43f85c7e260813bc8fa2865b7e47a8dab6822 1,895 1.00/1.00 vMB 99
570,777 570,777 000000000000000000038f5be9a7eb391801897fa0c734956bd6201e61924c46 2,347 1.00/1.00 vMB 40
570,776 570,776 0000000000000000001bee47525a7474d4a4861fac049a7a70bb6fae964e0911 2,322 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.06 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: 651.18 GB
    • Received: 13.46 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.