Loading Tool

Explorer IconExplorer

Memory Pool

82,204 transactions
31.11 vMB
0.09957247 BTC
Random Selection Loading Transactions
Max Size: 189.48/200 MB

Candidate Block

Mining Attempt d5da92615d481b6926cfb0b608f036ee544003a63f859522f81c3b378e13bfc1
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root 97a18c9b0ae327c0ea4f06f21244455f76476505a643e9f8c66e756ead1301a9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,988
Size: 1.00 vMB
Total Fees: 0.02515849 BTC
Feerates: 151.12 > 2.52 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (442,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
473,290 473,290 000000000000000000aa342fb267c6cb11611bf2ba01167acefbce1605b3c513 2,516 1.00/1.00 vMB 421
473,289 473,289 0000000000000000009568ccb5f4f0d0f41b1ee55b5705a51746768c34b35caf 2,056 1.00/1.00 vMB 136
473,288 473,288 000000000000000001015be63338efc9cd4f7ab61596aa075bac44145957d285 2,262 1.00/1.00 vMB 369
473,287 473,287 00000000000000000066a15362ae9b605caaa7445a4b3f9c044c2a8bdf631436 2,614 1.00/1.00 vMB 215
473,286 473,286 0000000000000000009b4169390128c4a55bec8e62b213c403da37e311c9c300 1,664 1.00/1.00 vMB 125
473,285 473,285 0000000000000000011bc775e08b77458920b823fbc7248063e3d8dc5b617e8c 2,100 1.00/1.00 vMB 254
473,284 473,284 000000000000000000797f15df3c89288fd53eaa08023690cf727ba9d874971d 2,579 1.00/1.00 vMB 242
473,283 473,283 0000000000000000014c63790d130368dcf942beb20c844c151e2b1bc53f56d3 2,259 1.00/1.00 vMB 368
473,282 473,282 0000000000000000005ebf07dfd58c3be34174c9818b4d4dd07c2f2d71d9905a 859 1.00/1.00 vMB 193
473,281 473,281 000000000000000000d009e9ce4490b904f7c300a5b51a5f774e48b6d1cea284 2,795 0.99/1.00 vMB 171
473,280 473,280 0000000000000000010ecdcace1aeaae57e656ea86f3ad61a669e855d5f6fabf 1,961 0.99/1.00 vMB 249
473,279 473,279 0000000000000000007be5430fd2822756386dacee6ffb75dbca5418cc21a8ac 490 1.00/1.00 vMB 337
473,278 473,278 0000000000000000014b5cf1e0c2ca1944763f0b6dbf602ddff77726f04b742c 2,101 1.00/1.00 vMB 279
473,277 473,277 000000000000000000462a3d82211141143aa01d69c5b2be42dfe324cc86543e 2,096 1.00/1.00 vMB 364
473,276 473,276 000000000000000000729da84618382e005d84f0a01ed58e1b37ba9852213f2a 1,922 1.00/1.00 vMB 356
473,275 473,275 00000000000000000013c880368fb24a52e612886d330e98982f7af157c5280e 1,967 1.00/1.00 vMB 332
473,274 473,274 0000000000000000005e531b72ad23064ec7efd6b525e6f997902e6c8c8195f7 2,378 1.00/1.00 vMB 202
473,273 473,273 00000000000000000002c7d5a3609120c0ef38ddaed427fa5362d786fb7cc398 2,285 1.00/1.00 vMB 269
473,272 473,272 0000000000000000000bcc6ce9cd967d9c57c4c1d60b14024637b56f7580eb7c 2,468 1.00/1.00 vMB 305
473,271 473,271 000000000000000000dc9903dc4c469398b6c685864558d7665c1c7d56279b59 2,233 1.00/1.00 vMB 297
473,270 473,270 000000000000000000525ea783c69d78b7a67972ac9c1268bc614ceea24c228e 2,479 1.00/1.00 vMB 386
Previous 10 blocks ↓
Total Size: 783.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: 720.64 GB
    • Received: 18.23 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.