Loading Tool

Explorer IconExplorer

Memory Pool

43,409 transactions
27.05 vMB
0.06356688 BTC
Random Selection Loading Transactions
Max Size: 142.35/200 MB

Candidate Block

Mining Attempt 5026775b50c6c375beda7b33ade409fe65c0fb95a71ccfa901d63febfb08c2a6
Version 20000000
Previous Block 000000000000000000015e8f4c39ca0699d930716f37fac725961f0c21424ed6
Merkle Root 9a95255041533de21890d2add0ed1a59e306012e7caca4f9256c361510db5f31
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,335
Size: 1.00 vMB
Total Fees: 0.01323778 BTC
Feerates: 151.15 > 1.33 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,906 (319,989 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
594,917 594,917 0000000000000000000b6f562ed14a226238b8613e7c5d3ae7709e43f7ebd1a5 1,815 0.55/1.00 vMB 23
594,916 594,916 0000000000000000000f54aaf76ac3752d65ae6329c6d5e4df9322ee373d2c4c 1,079 0.36/1.00 vMB 24
594,915 594,915 000000000000000000094a5a2161d148fca0a68e33beb780047e9e9f3a9f7b1a 2,239 0.79/1.00 vMB 20
594,914 594,914 0000000000000000000bacd5d61980dd1d9753f04b141927a68449e23c1c959d 1,188 0.43/1.00 vMB 18
594,913 594,913 00000000000000000000faef336be274bb5c6cb8582d6633ddbdb3123b877611 421 0.14/1.00 vMB 35
594,912 594,912 000000000000000000073d985dd8d512c693ba790b5808acdfc6a46e2561b06a 2,053 0.89/1.00 vMB 15
594,911 594,911 0000000000000000000fef805e51465750870a37e5a277d5936d686cc1c1122d 1,884 0.56/1.00 vMB 18
594,910 594,910 00000000000000000005053deb556567022ca5ff86010cd9caae1433a8a7e9bd 1,483 0.63/1.00 vMB 15
594,909 594,909 000000000000000000145b4e2600bb26c65b414e0cc34c9b2e914eeabfdddcf2 3,066 1.00/1.00 vMB 16
594,908 594,908 0000000000000000000cd71d73926651d9c917206b62c2bb0152271249df676d 237 0.07/1.00 vMB 15
594,907 594,907 0000000000000000000fd2a19a6499687cb41ef359f1a9a71f441083ed0ecff6 2,993 0.96/1.00 vMB 16
594,906 594,906 00000000000000000013fc205ebe4e8c96641feba542f8889d9bb5ff73d1d7eb 2,166 0.77/1.00 vMB 9
594,905 594,905 0000000000000000000639a36dc09b9930481d57e993847a94021e96e74bde90 2,991 1.00/1.00 vMB 17
594,904 594,904 000000000000000000023a085f082ddf066310e9d82c10485aa541bf7de26622 3,511 1.00/1.00 vMB 17
594,903 594,903 0000000000000000000390b1dc2a959cad4942cabc0383c2543b11b49e808abc 1,742 0.47/1.00 vMB 2
594,902 594,902 00000000000000000013ad042d764208ea0f58aa070110f852fe50e2b1c8e9b8 3,135 1.00/1.00 vMB 18
594,901 594,901 00000000000000000012dc7f057c9c8e117734c09bce38ae32bc95e7e7a3ca79 2,544 1.00/1.00 vMB 25
594,900 594,900 0000000000000000000991ca2d2016077ff1bc3877cf4372f4f400b7ce227659 1,361 0.46/1.00 vMB 11
594,899 594,899 0000000000000000001009bce576b146ae27f9bf2722920a19eae5b9d95cd7bc 1,507 0.58/1.00 vMB 14
594,898 594,898 000000000000000000080e176986be6a7b388fe8a34b1cef313e226d577d6251 1,516 0.41/1.00 vMB 13
594,897 594,897 000000000000000000150903440d3d83b7cc1a9ff8c128f0d7a1d98a8bfc4301 44 0.01/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.22 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: 654.76 GB
    • Received: 14.18 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.