Loading Tool

Explorer IconExplorer

Memory Pool

45,511 transactions
27.63 vMB
0.07404969 BTC
Random Selection Loading Transactions
Max Size: 144.72/200 MB

Candidate Block

Mining Attempt f2b69ca86fa70743009ad39d58fb736807ff841d1e31eb611ecc1a9ab695c3cf
Version 20000000
Previous Block 00000000000000000001ea5ca94f36eab03be1e198193b179a4c6d49b9095493
Merkle Root d74f2c5a1a64e5a4027becd1f69e9e8fcd9bca4b70d42c8ac3de5489b681a19f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,539
Size: 1.00 vMB
Total Fees: 0.01931285 BTC
Feerates: 124.00 > 1.94 > 0.39 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,888 (454,844 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
460,044 460,044 000000000000000000f32ddb6e51e176402cd01ec8a95c18a77fcd08db1daf9f 1,321 0.71/1.00 vMB 84
460,043 460,043 000000000000000000a3ca3758810e5977bf753746d6ae91d0a655d6ca588b9b 1,129 1.00/1.00 vMB 126
460,042 460,042 00000000000000000041d9f21ce315614ef4ffabe03ce80ccccbadc64a23b7e8 1,957 1.00/1.00 vMB 157
460,041 460,041 00000000000000000149f5aab275e9cfcd1facbf2803c25daac8b272bc7e97ff 1,710 1.00/1.00 vMB 156
460,040 460,040 000000000000000000874d7828f8c09d991a0b6b52b00fb9015ec550e4d3864f 733 0.48/1.00 vMB 144
460,039 460,039 000000000000000000c08df0ba4389a2b5603bcfa9b4cfb5cf4937536641755f 215 0.12/1.00 vMB 132
460,038 460,038 000000000000000001915e23478f79674db74b2d0d5b63e0f0be578f17df4a32 466 0.24/1.00 vMB 139
460,037 460,037 000000000000000001a59ae8caac3626a3536c1d9ad97e9c2f3fc0c1dd1ca6de 1,207 0.85/1.00 vMB 123
460,036 460,036 00000000000000000194b80d8a3dd4dabe14211cfff40661a3afe9cea7464f09 1,047 1.00/1.00 vMB 93
460,035 460,035 0000000000000000022e3fbc9a014e886381a22b4fca910d18410bd59275d07d 862 0.52/1.00 vMB 76
460,034 460,034 000000000000000000857150ae6b090e5bb158934d5f9ad3f424d569fe166891 1,830 1.00/1.00 vMB 151
460,033 460,033 000000000000000002297e107ff6c82900d974f26a10595b25a382792f1dcdda 1,397 0.77/1.00 vMB 127
460,032 460,032 000000000000000001d467d62146c51f8a9460d490eda3b5bf260ea303e10860 1,637 0.79/1.00 vMB 94
460,031 460,031 000000000000000000984f28fb7cb2da1b9da13d60ac763d766c7d2d52b14b7c 2,283 1.00/1.00 vMB 177
460,030 460,030 000000000000000001e767c5e28177de1d1697c057e6723645315f17f6a3c02a 843 0.50/1.00 vMB 112
460,029 460,029 000000000000000001d828cad96185d27fef52fa8ed6014a45f5e0b509c304ef 1,110 0.76/1.00 vMB 65
460,028 460,028 0000000000000000011ec9fb7ef13c9677167f9ad351890cc5b6484d6732ece2 2,302 1.00/1.00 vMB 140
460,027 460,027 0000000000000000019109c8e68feb34eaca5ccf55c667d45f67b862f8a1333b 2,101 1.00/1.00 vMB 169
460,026 460,026 000000000000000000b5a2043a663ea20ec011e911371bc9c624fdbadbe97d05 851 0.38/1.00 vMB 140
460,025 460,025 0000000000000000017dccd57e3263f971c0014016f195750673792ca499d7b4 1,339 0.87/1.00 vMB 115
460,024 460,024 0000000000000000010e7b896a7c9d9514e0291225b8b953808a6785877f5dca 1,116 0.62/1.00 vMB 110
Previous 10 blocks ↓
Total Size: 782.19 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: 653.73 GB
    • Received: 14.03 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.