Loading Tool

Explorer IconExplorer

Memory Pool

33,734 transactions
25.54 vMB
0.05592946 BTC
Random Selection Loading Transactions
Max Size: 129.16/200 MB

Candidate Block

Mining Attempt 014006d84d747afba10216c78a75b03224ae7efc946d514f08799a4f6cf9f846
Version 20000000
Previous Block 000000000000000000014e991e8aa753e1b625e161a4bdb8c1cfdc7e9d23705f
Merkle Root 0a4869a38b9bc16daf22d56d6d93dc1cfb4a85e453af05cf2f2c8a55003afc65
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,543
Size: 1.00 vMB
Total Fees: 0.00955880 BTC
Feerates: 74.70 > 0.96 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,696 (77,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
836,772 836,772 00000000000000000002ce329e74cfd83b4bf1687d9e4ca1215b774c51fdcb70 3,554 1.00/1.00 vMB 16
836,771 836,771 00000000000000000000abb642e2a1727603bf7f611150cbdbd46ec7a252f637 3,092 1.00/1.00 vMB 15
836,770 836,770 000000000000000000010fdb5018507a6b2a20e16b4837ee3235330a37ef23e5 4,107 1.00/1.00 vMB 13
836,769 836,769 00000000000000000001f8f90baac2cdc2d7fe3cdca11e5a1d8c212b69e24d24 4,268 1.00/1.00 vMB 26
836,768 836,768 000000000000000000010a650bdb5bb6884b5e1475854d637a464daee9fc400a 3,184 1.00/1.00 vMB 21
836,767 836,767 00000000000000000002d197ca957e6a8834170f7ca5ffa8cd594932eace57d2 3,547 1.00/1.00 vMB 17
836,766 836,766 000000000000000000022030060c783c2e55a74288209a68e07993257e8feb9f 3,446 1.00/1.00 vMB 21
836,765 836,765 000000000000000000033c31835fe37ce62dc971fe03bb31cac8af98c4264a28 3,781 1.00/1.00 vMB 16
836,764 836,764 000000000000000000025a497fa94ee5769ade28986bd187da5eb6962095bdf1 2,226 1.00/1.00 vMB 22
836,763 836,763 000000000000000000019bec3bfad1c59df436d1037fe64bb8e88438e212494f 2,995 1.00/1.00 vMB 24
836,762 836,762 000000000000000000024c71ab3b7e82cc4722c0d81f5664c4b61581b23054f0 3,769 1.00/1.00 vMB 32
836,761 836,761 000000000000000000012b4300b0d717b74f26d123e4d24c0050725d2c455a07 3,810 1.00/1.00 vMB 28
836,760 836,760 0000000000000000000105091031c24d3e10e39b11a45f117b0dbbd8acbddf79 3,841 1.00/1.00 vMB 35
836,759 836,759 000000000000000000033df9bbbf70afb99b89f32137a52581470eda1da18e20 3,685 1.00/1.00 vMB 45
836,758 836,758 0000000000000000000326e4491c0a6fbc4eb209fb707db51ecb3d9d63f14a52 3,491 1.00/1.00 vMB 46
836,757 836,757 00000000000000000000dc66175c08bc08ee1537715c802509e928c704cefbb8 3,719 1.00/1.00 vMB 15
836,756 836,756 000000000000000000000e649b31bc87402ecc0a3e16c8d9e0e156ee8599bb30 3,199 1.00/1.00 vMB 10
836,755 836,755 000000000000000000015685e4aaf442cb40e836824c841141d1a842f950dd8a 4,656 1.00/1.00 vMB 12
836,754 836,754 00000000000000000003109419874fdb78989bb2c9fcbb72743a03e18de310d7 2,267 1.00/1.00 vMB 10
836,753 836,753 0000000000000000000236f37d24cec49aecb6f8dd1b90317aecdcdc63174994 4,242 1.00/1.00 vMB 18
836,752 836,752 00000000000000000001d161a6cccff7853d58dcf5bfa8b80070b6588ab75ceb 3,130 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.85 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: 638.62 GB
    • Received: 12.49 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.