Loading Tool

Explorer IconExplorer

Memory Pool

40,881 transactions
26.20 vMB
0.07183190 BTC
Random Selection Loading Transactions
Max Size: 136.34/200 MB

Candidate Block

Mining Attempt b000c1b82f5648fdf4b2932666c9fc3955035e83a709892f416a44988f01b95b
Version 20000000
Previous Block 000000000000000000013172dab51509996317423f3aad076a64431a5d3c1352
Merkle Root e1a61515ced553f1f24c53bc4bdca4b38a0e267abe28eb411ec6e2fe32853350
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,006
Size: 1.00 vMB
Total Fees: 0.02403340 BTC
Feerates: 150.98 > 2.41 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,874 (347,990 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
566,884 566,884 000000000000000000242f94b911b8d854e411574c04298b86fb2387a9feb9f7 284 0.09/1.00 vMB 20
566,883 566,883 00000000000000000009de1cb74ec7949143e9140cf8725e8d773980542e3a66 497 0.59/1.00 vMB 20
566,882 566,882 0000000000000000000b14d1799f5bdcc5dfb091c97255dd78aec923b90c216f 1,470 0.90/1.00 vMB 28
566,881 566,881 000000000000000000194f4be05b3e9bee838d351e622ebc7d7320997b734aa4 964 0.38/1.00 vMB 22
566,880 566,880 000000000000000000021b2cedc7735589e35925327b27d5662f3822f5e2c14b 1,442 0.60/1.00 vMB 18
566,879 566,879 0000000000000000001b467410b750fd84ba21b5000db0e4efe06551ddebf2dd 2,843 1.00/1.00 vMB 28
566,878 566,878 000000000000000000031a5bf8b22d194e4fb42e5e8f800d6f3b183a1e0054b4 2,526 0.93/1.00 vMB 20
566,877 566,877 000000000000000000183b41b3c1253dbd1139c3a02ba6db2d3ad38aec5be195 2,797 1.00/1.00 vMB 30
566,876 566,876 00000000000000000012e7f9f3b5acd02fbf06300e8e32973e0f6ec4c4d7775f 505 0.19/1.00 vMB 23
566,875 566,875 0000000000000000000d3e5f38c4ca4bdc87c7b0dfb9feacdb1e177150ac324b 1,033 0.33/1.00 vMB 25
566,874 566,874 00000000000000000009d3cfaf648b48591a0d859c53ab0c0670499e3bf92fd1 1,355 0.73/1.00 vMB 13
566,873 566,873 000000000000000000112621aec3cefb514b295641e9a3e3f93d01ce8cf519b9 2,783 1.00/1.00 vMB 26
566,872 566,872 0000000000000000001dcf3adae435d69186c3961ef31d373c7655ae31867375 2,016 1.00/1.00 vMB 11
566,871 566,871 0000000000000000001bfb7b7e92a05f2e7b0986832509b4a72aa3db326b3d65 2,471 1.00/1.00 vMB 35
566,870 566,870 000000000000000000063473eae325fa621ebdd41583282a490a4f52a3311c8f 2,484 1.00/1.00 vMB 8
566,869 566,869 00000000000000000028fc6a28a7dc0eed4dc79274d5a10020c1f1406772d527 2,464 1.00/1.00 vMB 34
566,868 566,868 00000000000000000029402dea6d8171f15ad7233636a2b6edc88e79b568244b 2,134 1.00/1.00 vMB 17
566,867 566,867 00000000000000000028cbf3d0aa6142115c0aea2ecffc775d7490b24ed7756b 2,172 1.00/1.00 vMB 26
566,866 566,866 0000000000000000001d2d0565e153bb3b521859b4233c77ea786efd8be708ea 2,146 1.00/1.00 vMB 26
566,865 566,865 0000000000000000000e53b23c152b7cceaecc083e330551a82ff0eed32e4b34 2,006 1.00/1.00 vMB 7
566,864 566,864 00000000000000000027185745a5e92baee4ce61edc6ab9a27380beb3405176f 1,595 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.16 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: 653.44 GB
    • Received: 13.88 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.