Loading Tool

Explorer IconExplorer

Memory Pool

43,328 transactions
27.93 vMB
0.09827803 BTC
Random Selection Loading Transactions
Max Size: 144.53/200 MB

Candidate Block

Mining Attempt 34b0d5696d2ed77a98b94394d3ac76d6af7f2cb8b34f39ec34ccc5f1a48b55f4
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root f77d0a5947e0c5de6296f25407836aa34160817c2530d0421b7b06f987253883
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,985
Size: 1.00 vMB
Total Fees: 0.03956455 BTC
Feerates: 144.55 > 3.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (125,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
789,270 789,270 000000000000000000048a29c1b3374cfaac726ee4e7774d6884699ae5cff7a9 3,277 1.00/1.00 vMB 329
789,269 789,269 000000000000000000014483372fb85b77c24d15650de29f748127d1e6ec8994 4,384 1.00/1.00 vMB 107
789,268 789,268 00000000000000000003929e0b2255e66f29dcd861397304152806c19c85c7ad 3,710 1.00/1.00 vMB 174
789,267 789,267 000000000000000000001dea5cf2b1f5773b0745dfb1e49df288ef61b8e53893 3,330 1.00/1.00 vMB 98
789,266 789,266 000000000000000000051a3a64aa85cdc218b71d67269e3980e9f592ade79c65 2,693 1.00/1.00 vMB 292
789,265 789,265 0000000000000000000306b89571cba607605afb688a1c77b7264f670a094637 2,880 1.00/1.00 vMB 77
789,264 789,264 00000000000000000002604f856a5468c4e759fa3e7b6a1e3b98ea600205d83a 2,721 1.00/1.00 vMB 80
789,263 789,263 00000000000000000005228d6b01442001e029ab0b7a2beef55725ff41f98506 1,516 1.00/1.00 vMB 70
789,262 789,262 00000000000000000001b745eeb3385888838c2dc9093d5671eef76aa392af9a 383 1.00/1.00 vMB 60
789,261 789,261 00000000000000000000d9af95f74ed7d7acaea2c0cb01fd45e4c15ac1d8d14e 3,405 1.00/1.00 vMB 58
789,260 789,260 00000000000000000000b2817dbd4ce748196e039277fb2707e586aa5452b5c4 3,659 1.00/1.00 vMB 109
789,259 789,259 0000000000000000000425b46b1ac658dff74e4a322e64478c64592ed823f80c 3,092 1.00/1.00 vMB 193
789,258 789,258 000000000000000000002ea7a56ba5b0c3e4ba0c465aa9ef9f32cf47505ab27a 3,602 1.00/1.00 vMB 123
789,257 789,257 000000000000000000031b1778b34a7fa3fe9ecbe321e90dd83b5be911b29619 3,033 1.00/1.00 vMB 394
789,256 789,256 00000000000000000003f0efb34c6f6c6d39de609eeacbfba800a2035fb68cb5 746 1.00/1.00 vMB 40
789,255 789,255 00000000000000000002dcec53099dffb121a752c1d652b619193335387c9113 3,538 1.00/1.00 vMB 127
789,254 789,254 000000000000000000011d3864db0a014ac76802d84082ff4930d2691a090ba1 1,924 1.00/1.00 vMB 54
789,253 789,253 00000000000000000001c918b526face5234541171b0a7a3b45e50b79b2df9fc 3,921 1.00/1.00 vMB 118
789,252 789,252 00000000000000000003e4e365560704fd75c1054e2e5183073e87b08663f8d2 4,678 1.00/1.00 vMB 92
789,251 789,251 00000000000000000004d0af747b234b66ec27efe4f9467961cb266b0a59f55d 4,804 1.00/1.00 vMB 58
789,250 789,250 000000000000000000051e7cec0b519332ebf58c564c74e4da42681bbf1b9e71 2,849 1.00/1.00 vMB 227
Previous 10 blocks ↓
Total Size: 781.79 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: 633.85 GB
    • Received: 12.22 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.