Loading Tool

Explorer IconExplorer

Memory Pool

82,196 transactions
30.20 vMB
0.09923115 BTC
Random Selection Loading Transactions
Max Size: 182.28/200 MB

Candidate Block

Mining Attempt 99d6028c3f1b468577d56a2d6d7d4003afa1920d0467e51897384751c1946035
Version 20000000
Previous Block 000000000000000000014edc16f735012cfd6c99b298f4296e1026fc6bd193bb
Merkle Root 2d3d00b0a17dcf5cdd9095d34934374e2ea183a87c5cd26901a7227cf53afefe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,651
Size: 1.00 vMB
Total Fees: 0.03732056 BTC
Feerates: 526.32 > 3.74 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,967 (49,936 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
865,031 865,031 00000000000000000001a581755d6e864a8568749c249e128d373c46a0572e94 5,360 1.00/1.00 vMB 50
865,030 865,030 00000000000000000000d656e3a961d9f0229490a11d6f0525add7e20bfa768c 5,726 1.00/1.00 vMB 53
865,029 865,029 00000000000000000002ee60342b1bbaa09b63db497fb7e64364966e278ca8bd 5,663 1.00/1.00 vMB 50
865,028 865,028 00000000000000000001d822acae5ec86f40e1e388874058fbe7db87fbfc82fe 5,860 1.00/1.00 vMB 53
865,027 865,027 000000000000000000008334fb1b27a4715ab07788bc1380e9244b8de542b25c 5,003 1.00/1.00 vMB 64
865,026 865,026 000000000000000000021ccc70a7f150e6cb78f9e6b7473724f8c86c414a11f6 6,640 1.00/1.00 vMB 30
865,025 865,025 000000000000000000015a021ea68fc536267f4f26ef7b0d78b7f0db3718379c 4,675 1.00/1.00 vMB 26
865,024 865,024 000000000000000000004e2d432344a196261dfe930fbf6b5640a1125be2e37c 4,356 1.00/1.00 vMB 23
865,023 865,023 00000000000000000002765d0259887d8e9550ee976fc452f395fc1aeccbee48 6,125 1.00/1.00 vMB 10
865,022 865,022 000000000000000000014f88c556721ab455d2fc712795f7cf2899b67b82f327 3,981 1.00/1.00 vMB 9
865,021 865,021 00000000000000000002f7b7e6f950dd220c33efeb60ebef4e024384df49c545 5,572 1.00/1.00 vMB 14
865,020 865,020 00000000000000000000cbccaef66a79a5aa719c30e0f6114621dbb19f91d9bd 5,413 1.00/1.00 vMB 19
865,019 865,019 000000000000000000009edc71e2d7b1cd2590a1cca36fb9d5b032a9571133a6 4,774 1.00/1.00 vMB 24
865,018 865,018 000000000000000000022d9abca110d8b75962a2ba0d698480840fd9023ba82d 4,207 1.00/1.00 vMB 17
865,017 865,017 00000000000000000000216ff0b423639299b75fdf83a58d7e218f53af3a5b05 1,577 1.00/1.00 vMB 13
865,016 865,016 000000000000000000020782839ad1c5dc55c5c382e6711c078a083bde9a0a1f 2,514 1.00/1.00 vMB 8
865,015 865,015 00000000000000000002818d5e6cbb0405ceb2723bfe3104862f6f1947a4fa13 3,604 1.00/1.00 vMB 10
865,014 865,014 000000000000000000006ac5142f4904035c9bf98e40e57b9710a1cde3e545b6 5,317 1.00/1.00 vMB 12
865,013 865,013 000000000000000000004f95a134822842e786156d060af3c78a7edbc0214337 4,174 1.00/1.00 vMB 9
865,012 865,012 00000000000000000001c02c7642baebd7f1fed6b88548b5bf69030d590b079b 4,022 1.00/1.00 vMB 14
865,011 865,011 00000000000000000001b90ae6b19d1caa43f2f60882d29ac5e53dcabfca7ef8 4,245 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.33 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: 660.41 GB
    • Received: 14.73 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.