Loading Tool

Explorer IconExplorer

Memory Pool

52,218 transactions
28.90 vMB
0.08897087 BTC
Random Selection Loading Transactions
Max Size: 155.64/200 MB

Candidate Block

Mining Attempt 7f4b6c002a3ad9dbc02e88a4a71a6922526244ec1e306ffd08d315bed9e9e6ae
Version 20000000
Previous Block 00000000000000000001591f76b8e497e92b68dc57dacd44d74c2253bafa7eaa
Merkle Root 0d1ca1fa04a0eb74d03021e50720d7db1cbe32a9a15f701754ad606833d1c398
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,493
Size: 1.00 vMB
Total Fees: 0.03239408 BTC
Feerates: 500.45 > 3.25 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,792 (343,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
570,800 570,800 000000000000000000214f06f5127ebe1673d1ca4b336e9e683874ae048d8525 2,678 1.00/1.00 vMB 58
570,799 570,799 0000000000000000001e5410ea8be6e63619694834f3b087b274df85184b73af 2,503 1.00/1.00 vMB 91
570,798 570,798 000000000000000000220e8afe861f848ae3750b031567ab2947e431cc4d9c06 1,985 1.00/1.00 vMB 45
570,797 570,797 0000000000000000001402733dbf46fb02a52ca3d88ac2e049456effe6c8e164 2,522 1.00/1.00 vMB 88
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
Previous 10 blocks ↓
Total Size: 782.02 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: 649.71 GB
    • Received: 13.21 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.