Loading Tool

Explorer IconExplorer

Memory Pool

46,304 transactions
28.99 vMB
0.14640461 BTC
Random Selection Loading Transactions
Max Size: 151.34/200 MB

Candidate Block

Mining Attempt 812dc917ed4f9ce0ef71e8b34f6ff97d4698ae4e4ee1eb4d73283f07a186b8fa
Version 20000000
Previous Block 00000000000000000001df143f900493685d6623e4901f699b33fb4601190dde
Merkle Root cb6443b01393bc4674f3837ccf9ef383db5142ee8fdcfd7ad59dae529992303e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,377
Size: 1.00 vMB
Total Fees: 0.04092261 BTC
Feerates: 100.53 > 4.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,708 (341,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
572,823 572,823 0000000000000000000508f2082f457a229af4b2e2357a24f24ff30e86568c25 1,882 1.00/1.00 vMB 51
572,822 572,822 00000000000000000000019257b49b3f46d8f7c3d6f3d4153962f1386c19337a 3,163 1.00/1.00 vMB 62
572,821 572,821 0000000000000000001d5e0959a325573425af4ed6bf8dfbf668db81aa5de0aa 3,247 1.00/1.00 vMB 82
572,820 572,820 0000000000000000000285b4e0dd5d1bffe6b3a2065df6f4ecc7f48afe7d88f6 2,864 1.00/1.00 vMB 39
572,819 572,819 00000000000000000023324432b36d7d309533ca58cc20ca2f81890258dd95e6 2,911 1.00/1.00 vMB 35
572,818 572,818 0000000000000000000afbf8f7a5d2b9eeff9ede64c7df6640a212c480cd06ed 3,228 1.00/1.00 vMB 62
572,817 572,817 00000000000000000004cf69eb6f4c248944e185f409e690b4f2ae4ed3364e52 2,417 1.00/1.00 vMB 49
572,816 572,816 00000000000000000001432f71416315ddb3fcaa869fba430093ba095e286eb4 2,279 1.00/1.00 vMB 29
572,815 572,815 00000000000000000027d244478ab1983e42a062a073ec5f26dc83c6819b983d 2,663 1.00/1.00 vMB 53
572,814 572,814 0000000000000000001619fdddd87f218430a24967c3e68b5c2d01f12eafc7ce 2,416 1.00/1.00 vMB 38
572,813 572,813 0000000000000000000b305d9afebbc621eae5b9c8cfa9864a8b12090973f65d 3,439 1.00/1.00 vMB 46
572,812 572,812 0000000000000000002bba3782b90e36b295aecb919535d441b63417274b7df1 3,306 1.00/1.00 vMB 64
572,811 572,811 00000000000000000006441c10bb6ca41b672943450def719e3e16e4fc4be56d 2,759 1.00/1.00 vMB 54
572,810 572,810 0000000000000000001fd4acf6f6314aa3913b1027ff2e13a98792e5428b38d3 1,586 1.00/1.00 vMB 53
572,809 572,809 000000000000000000165fe12f728d45c6b21106a587f156b3391e99c0800e12 2,891 1.00/1.00 vMB 58
572,808 572,808 000000000000000000118bc6aa47908d0592edab1095139fd61e6b6069b8fa09 2,778 1.00/1.00 vMB 67
572,807 572,807 0000000000000000000be1a3db16729a9a8762f4a1cafcf4007e084349837390 1,661 1.00/1.00 vMB 59
572,806 572,806 000000000000000000111c3e212a2adfe47b9cb6f33eb1965ba615307b7f587c 1,666 1.00/1.00 vMB 63
572,805 572,805 0000000000000000002309d2bcea1e07afb12c2a0dbcd114fac3680160bd3455 2,841 1.00/1.00 vMB 75
572,804 572,804 0000000000000000001f4a21d627c3a105f34b1a2055d0c9d22b013650b5a7f9 2,905 1.00/1.00 vMB 71
572,803 572,803 00000000000000000024ef22fc7359432233b47a1ae43ef9c1172fd88b613801 2,484 1.00/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 781.87 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: 644.99 GB
    • Received: 12.63 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.