Loading Tool

Explorer IconExplorer

Memory Pool

38,572 transactions
27.32 vMB
0.06220093 BTC
Random Selection Loading Transactions
Max Size: 139.20/200 MB

Candidate Block

Mining Attempt 92146c05fc6b05fda9c374c7ecfd96cccb0e1dd851eefdb3a6546f65568d2b71
Version 20000000
Previous Block 00000000000000000001387128703dc8e100fb66dc8413c1f0d759bd7170a104
Merkle Root 00be9e7a321fa2e5c893cdd4021ba3355a5db9a62c088113e2580667a857a2ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,737
Size: 1.00 vMB
Total Fees: 0.01050891 BTC
Feerates: 60.16 > 1.05 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,638 (91,829 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
822,809 822,809 0000000000000000000274e0059929a01556ce2949fe06a2224d8131f5fa94b4 3,239 1.00/1.00 vMB 73
822,808 822,808 0000000000000000000005ee60886b0cd75062b5e14bd56ea0e9b32d57428cdb 4,949 1.00/1.00 vMB 73
822,807 822,807 00000000000000000000c3774d45f19a23cb161ee09636e9c30f243ff7830c07 4,762 1.00/1.00 vMB 90
822,806 822,806 00000000000000000002245292dfc54b7963111c4940efa9b9f3d788777dd32f 5,110 1.00/1.00 vMB 86
822,805 822,805 000000000000000000032ae1854e6645dc5f654a383fa0c8b6989e675cd2ff03 3,966 1.00/1.00 vMB 113
822,804 822,804 00000000000000000002314207adc85b9ca22b15670b421f8f2a92481700bd18 4,655 1.00/1.00 vMB 88
822,803 822,803 00000000000000000002abf19af67a3984df97e545355cd6e3a6fc1ea902d138 4,753 1.00/1.00 vMB 79
822,802 822,802 00000000000000000000d6283945a1b80810cd007aeccab3bd48a0d6b55c7cf2 5,567 1.00/1.00 vMB 93
822,801 822,801 000000000000000000001f9dde7de6b376ee80471c556903c98c8d03e230a3d8 4,562 1.00/1.00 vMB 94
822,800 822,800 00000000000000000003420d16edbf1ee06deb651eb0618e66abafd9be84dd3e 4,038 1.00/1.00 vMB 65
822,799 822,799 0000000000000000000052e5afe24d5579b37d105b6f0dac664cbe0ea795eba6 4,722 1.00/1.00 vMB 73
822,798 822,798 000000000000000000008e811d1c6e777e367c02ed12507fc9af2055981c1f6c 4,785 1.00/1.00 vMB 97
822,797 822,797 00000000000000000002dcdc01e673b4ffa9ac2d9b5f26bc5ab6f05ceb5c1db0 4,629 1.00/1.00 vMB 93
822,796 822,796 00000000000000000002af10f8db8c64aa49be96afd4bebabd9f49f559bd55f2 4,576 1.00/1.00 vMB 95
822,795 822,795 0000000000000000000043694699c2b033121a5e9fbb06d578ed7bd04e8d0cff 4,092 1.00/1.00 vMB 116
822,794 822,794 00000000000000000001e893c0306c5b5ebad7bc8d70faa215f07ae83fb2c29d 4,252 1.00/1.00 vMB 67
822,793 822,793 00000000000000000000e2b2073a37c3a3f83469ae89b946485eb1702d2b918f 4,994 1.00/1.00 vMB 90
822,792 822,792 0000000000000000000350909b256e1a0fd62cc2ac03712cb34816fdd2443754 3,787 1.00/1.00 vMB 71
822,791 822,791 000000000000000000017bd62aa119cd02f88cfb1892c5102b68a953c5d3f01f 5,284 1.00/1.00 vMB 81
822,790 822,790 0000000000000000000163dfa83e9000478b0600a52ac7572f09dc381ee25059 4,303 1.00/1.00 vMB 100
822,789 822,789 00000000000000000002625b3c55134dec6896b690bb55ae1b6efbee7fda8bb7 3,341 1.00/1.00 vMB 107
Previous 10 blocks ↓
Total Size: 781.75 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: 631.28 GB
    • Received: 12.06 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.