Loading Tool

Explorer IconExplorer

Memory Pool

41,479 transactions
27.13 vMB
0.06520541 BTC
Random Selection Loading Transactions
Max Size: 142.41/200 MB

Candidate Block

Mining Attempt f7249eaa37f1b61c5db9e7d9eb5210779664e0759f35f07674995b21b75a50bb
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root b91e818eb7393fbc404cfad43a740cfc5e62ddac58a8b79276b04649872dc9c7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,132
Size: 1.00 vMB
Total Fees: 0.01447155 BTC
Feerates: 100.52 > 1.45 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (344,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
570,775 570,775 0000000000000000001a638e1856bc9759f07f5fef707957427666b04b357193 2,064 1.00/1.00 vMB 72
570,774 570,774 000000000000000000123e222615984fba42a0ea3340debca5a89c0288321b39 2,520 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.04 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: 650.66 GB
    • Received: 13.30 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.