Loading Tool

Explorer IconExplorer

Memory Pool

84,175 transactions
31.59 vMB
0.10409129 BTC
Random Selection Loading Transactions
Max Size: 193.75/200 MB

Candidate Block

Mining Attempt 5fe2194732c660e092cda02677d0aa65cda000c053f53f4388ebeb0f438741bd
Version 20000000
Previous Block 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc
Merkle Root 1abde6795f518b720775c204244ba878acd7967df6d57cc135724da6ac2673a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,045
Size: 1.00 vMB
Total Fees: 0.03079310 BTC
Feerates: 504.27 > 3.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,219 (380,507 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
534,712 534,712 0000000000000000001cd3ac5a27313beb8c17e5a6899136a35b8d467d107511 2,514 1.00/1.00 vMB 14
534,711 534,711 00000000000000000028d6391c1eb48c7eda8a078a12d57d1e2a1c5c5a18559d 2,639 1.00/1.00 vMB 13
534,710 534,710 0000000000000000000efb1cd7fdc4539662205ebc0966de3d115c03818e33fb 2,484 1.00/1.00 vMB 77
534,709 534,709 000000000000000000138268a6f1dffc4e364fda8192240177fb096ee59e8b7b 2,771 1.00/1.00 vMB 15
534,708 534,708 0000000000000000002544512cc7ea4c43faed4e5bcd6dba1bdab9ea461aac30 1,786 1.00/1.00 vMB 5
534,707 534,707 0000000000000000001df3263e3478c94401572de9c96aee747cdb3eb629e4e7 2,618 0.97/1.00 vMB 20
534,706 534,706 00000000000000000007580093d74e989f37865eb4b7c433ec9d8fb3baa19f7e 1 0.00/1.00 vMB 0
534,705 534,705 0000000000000000001f13a07bf4b65dcbac0bf4f8c782f2efae1acfd9788f7b 2,025 1.00/1.00 vMB 8
534,704 534,704 0000000000000000000706edf371e41e183c2f00e5d0e9ebd8779f072e30db3c 3,081 1.00/1.00 vMB 14
534,703 534,703 000000000000000000063471fed32cf8bacc4d5ac1253e9b31395058e4285a87 2,316 1.00/1.00 vMB 52
534,702 534,702 0000000000000000002774a9373d1f2b0fa55969ba99499e457454c7b7a575d9 2,426 1.00/1.00 vMB 11
534,701 534,701 0000000000000000001e7e433b96592304b5b912bc7548eb67e711e69963c7fe 1,571 1.00/1.00 vMB 18
534,700 534,700 0000000000000000001ac62398b4de38cc9c215ead2cee6d3a8a75992f516824 1,829 1.00/1.00 vMB 21
534,699 534,699 0000000000000000002b754aa926a8a79fd5ef3350455734b36742440365b66f 1,815 1.00/1.00 vMB 30
534,698 534,698 0000000000000000001c6af31b32313d9bbb22dfe7c0f55269e7d3ede1411d11 2,097 1.00/1.00 vMB 17
534,697 534,697 0000000000000000001d2dc80c75c5852df4f3a2b32d8751f0911d7181fbfd3f 1,133 1.00/1.00 vMB 102
534,696 534,696 0000000000000000000aed2c9e04d892394ce32e7b6d9e6664a182127126e267 757 1.00/1.00 vMB 71
534,695 534,695 00000000000000000027ee036633c7c2c497d8bd2f31a1bd30c8d8c67c29c956 592 1.00/1.00 vMB 57
534,694 534,694 000000000000000000164490417280d97e012e1a67a5a91505c799b39ecb10c2 2,580 1.00/1.00 vMB 13
534,693 534,693 0000000000000000002b9275c8f5e59853c392275a5fecadd05ec0015bfcc637 797 0.32/1.00 vMB 24
534,692 534,692 00000000000000000023ad54e2d628f80f85d593bd73111d1d9ac3bbdb5acaef 2,915 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.77 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: 709.30 GB
    • Received: 16.87 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.