Loading Tool

Explorer IconExplorer

Memory Pool

38,682 transactions
28.28 vMB
0.07150555 BTC
Random Selection Loading Transactions
Max Size: 143.33/200 MB

Candidate Block

Mining Attempt 0ae0a18c30b32abcea9d63f3b896f178d44fc5afd5921573fd8762df247a9153
Version 20000000
Previous Block 00000000000000000001b25de7d6b46a8948f214d3970d4d7cda994c93f61a8a
Merkle Root a35d5f8d13b593b96205c5c6110636e02a8b2038beb3783c6e20a0ba76056f40
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,420
Size: 1.00 vMB
Total Fees: 0.01717411 BTC
Feerates: 150.93 > 1.72 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,611 (784,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
129,781 129,781 0000000000000c1345d97a9e7104bf8c280be8cb7deb175e1425d8dd2993b24d 61 0.03/1.00 vMB 1,275
129,780 129,780 0000000000000c0b31b55a7d8a10b0c408f9997b269a8e7ccfeb3d21f5056c32 77 0.03/1.00 vMB 1,962
129,779 129,779 00000000000006cd87b9823c649773641b453e309883a9df751bb0548b9a1517 30 0.01/1.00 vMB 286
129,778 129,778 0000000000000d492f9ea5983d707809200b78d8516d8b5654dc7c9a432953df 20 0.01/1.00 vMB 867
129,777 129,777 00000000000004310d4119c546c9a8ca62de0517b3539c7136f2dc57bb88caea 31 0.02/1.00 vMB 1,110
129,776 129,776 000000000000071462c4442bd985b828dfd4e3fc621b8148b2e419825756d14d 7 0.00/1.00 vMB 1,574
129,775 129,775 0000000000000cb4d544ad59741c7f7dada4c0a37a8e455e738003241ebc4628 89 0.03/1.00 vMB 1,981
129,774 129,774 0000000000001c4942ec2e248fa714d31ae48896a19bdbfca91187697b994dc0 121 0.04/1.00 vMB 284
129,773 129,773 00000000000016fe2cbe894c6d29c81161ae0f517890ec3d64a01f6fafdf70f2 36 0.02/1.00 vMB 841
129,772 129,772 0000000000001b4206932b8370409da38d22311781dc6c21fa26946eac89d4fe 22 0.01/1.00 vMB 1,065
129,771 129,771 00000000000019ef718183b4dd2e3c0bb1268e2122d4fb2132c1a3ffda97d246 51 0.02/1.00 vMB 875
129,770 129,770 000000000000058cfb58a593cf77a0ef204a49b7ebc898b47267a02c60f45b2e 25 0.01/1.00 vMB 1,311
129,769 129,769 00000000000018062905c2005ed8564c98a3b9ae6eb664e23d34bec063186dc1 1 0.00/1.00 vMB 0
129,768 129,768 0000000000000ec47cc1896b82f2639e16fa9f9b13dd647cc8278245334c6ec5 16 0.01/1.00 vMB 209
129,767 129,767 0000000000000f05c3ea1e9003582785cb5d415f9e50f54a28414faf875d0fff 18 0.01/1.00 vMB 416
129,766 129,766 00000000000008665a6af988f5f4c1d0b265be570d0cfb781d24d318e334a6bc 80 0.03/1.00 vMB 412
129,765 129,765 00000000000013a8ddd619271c44274753955d4a56cb50432e48280431bb8faa 30 0.01/1.00 vMB 849
129,764 129,764 0000000000000a05e26a848239fd74cad4b23f65fbaf29f0eac58ca4eed84cda 9 0.00/1.00 vMB 341
129,763 129,763 00000000000016539e87bd92aa5337b565969b294cd49f989233110a9cbeeeea 86 0.03/1.00 vMB 968
129,762 129,762 0000000000001746a6988abbdad89c116fc8975c6601659dfacc20790a4f8c53 32 0.05/1.00 vMB 913
129,761 129,761 0000000000000dd375c68e68b938f89c46dd25f05ae4d9297e039cf148ad0d3c 2 0.00/1.00 vMB 1,715
Previous 10 blocks ↓
Total Size: 781.70 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 629.12 GB
    • Received: 11.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.