Loading Tool

Explorer IconExplorer

Memory Pool

78,843 transactions
23.57 vMB
0.09534628 BTC
Random Selection Loading Transactions
Max Size: 147.56/200 MB

Candidate Block

Mining Attempt 4bbb05d8d91c8492102ee00d7461066b3c863d0c54f7032b837ab349449389a1
Version 20000000
Previous Block 00000000000000000001e98715523fa2d2246475d701970b9a2a4e18a766bf5b
Merkle Root 0c21ffa98bab654a13ca2127c730a5b706d7be045477872ac941c60b6b01225a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 444
Size: 1.00 vMB
Total Fees: 0.02325170 BTC
Feerates: 477.45 > 2.33 > 1.08 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,138 (907,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
9,032 9,032 00000000f56c97f182190c37dda62092b99f2539fd70d7f71cd1206003a82975 1 0.00/1.00 vMB 0
9,031 9,031 00000000adee4235d3c2f7fe216299ef298c2802f1ea4505fb2138ff6991b2b8 1 0.00/1.00 vMB 0
9,030 9,030 00000000d1c827fe034369dbbed5d835f5aad611cc802ba8862f3f1ade3860e8 1 0.00/1.00 vMB 0
9,029 9,029 00000000a712efd9a87e1ea84e9f781f9fabb91f1924065c457b6ccb0a7b9337 1 0.00/1.00 vMB 0
9,028 9,028 00000000b9fb4b453338bcfe77c0ab3cd342bd24ea0c6f38724c755e8479a525 1 0.00/1.00 vMB 0
9,027 9,027 0000000026877aca2e4a930e8a232865f1f4259b4e6305b24ff9af3e187ae0ba 1 0.00/1.00 vMB 0
9,026 9,026 0000000078e21b4a78a238207f0994ce13f7678448aa10e55a47a6529391ecfd 1 0.00/1.00 vMB 0
9,025 9,025 000000008fdf75bf3564a69485c2e115e18c03dfb8f56c4966b739e41fa9af0e 1 0.00/1.00 vMB 0
9,024 9,024 00000000871439443e783e896fff08e44631cb894ca229b1d0b1e32ad1ea2266 1 0.00/1.00 vMB 0
9,023 9,023 0000000084bf16c1bf01890349df52f25dc40c324ec27c08282a1135ebb78f0b 1 0.00/1.00 vMB 0
9,022 9,022 000000005985ddd407d323e19488030a5e48531ba2c9b69fb0451cb49425ea98 1 0.00/1.00 vMB 0
9,021 9,021 0000000007be87cc100137cc086df3322658c8c0197b54b11b37ad8e1c9adb21 1 0.00/1.00 vMB 0
9,020 9,020 00000000dc72caa6de5ee3e75c099be6c4496f06b957994446c9494e69c9972b 1 0.00/1.00 vMB 0
9,019 9,019 00000000dd4a55f4f2a1375e4d0f712335b8ed7d0704927495c0e75c26ef7604 1 0.00/1.00 vMB 0
9,018 9,018 000000008140175d3b9fdb901d50138c560afa3272403a575eec7d17bea7f054 1 0.00/1.00 vMB 0
9,017 9,017 00000000e9572df5611fe04e290d9cfecc23794f1200c59efc9330312a324833 1 0.00/1.00 vMB 0
9,016 9,016 0000000032eab475075339226b84483c73a38a16e0397dfb5541bdc8d068216f 1 0.00/1.00 vMB 0
9,015 9,015 0000000014ae472605c2919345c6c8e7f87213455218ed44b319f405725a3168 1 0.00/1.00 vMB 0
9,014 9,014 000000009cfa56aad416605ed3a78c1a75e71263c2fb8582fbf606ba7bc92027 1 0.00/1.00 vMB 0
9,013 9,013 00000000a2185f1af428c37a1b72cd744761ede6656c601d7bee0de68849c6b2 1 0.00/1.00 vMB 0
9,012 9,012 000000004c6fa7aa02a1f50d51b599a8c40efa663dbc45f092d4ec35a469f823 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.36 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: 818.12 GB
    • Received: 24.45 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.