Loading Tool

Explorer IconExplorer

Memory Pool

42,658 transactions
32.81 vMB
0.10971570 BTC
Random Selection Loading Transactions
Max Size: 164.33/200 MB

Candidate Block

Mining Attempt 6823a2324061d263526082f920e472393c4dc77935da8d59da37277cdd6a414d
Version 20000000
Previous Block 00000000000000000001595202201a033a315ea0d02063180f6cd28b26bced43
Merkle Root 0c9f97664a50eeebd3f48c13d799a5351da46089b575edb79e9b95667a81aaf9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,835
Size: 1.00 vMB
Total Fees: 0.03732581 BTC
Feerates: 492.15 > 3.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,342 (904,537 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
9,805 9,805 00000000a327da808a225fe6f2d55f96287e402269c40347000e9307d571df85 1 0.00/1.00 vMB 0
9,804 9,804 000000008c750dd0b1098b16c76b16c8f86b3f013350bd580cb84cd60ea099f7 1 0.00/1.00 vMB 0
9,803 9,803 00000000199e509e7e2138f0d0b405d725e4b43aca45beb2278b52289d050ce8 1 0.00/1.00 vMB 0
9,802 9,802 000000002741cb4688dd9fa868f920a1f35e8145615c71b48ae8541ac400004c 1 0.00/1.00 vMB 0
9,801 9,801 000000001e46be0459127a37770c88d455485b00d3ea4a4b93dd76dca6055401 1 0.00/1.00 vMB 0
9,800 9,800 000000001eb7936cd07a1a9d2454468f93c0732bd12c2c19433e0510b6df71cc 1 0.00/1.00 vMB 0
9,799 9,799 000000009850880db11b7ec0c5f2394d70e1a4e0b345348439542a736fdab3d3 1 0.00/1.00 vMB 0
9,798 9,798 00000000f95a15ff1ac48141ad84830a491eaafe2b21a6c1985978951f5cc872 1 0.00/1.00 vMB 0
9,797 9,797 000000002f571b4fe2815c4697a29a7edf683d27aacd96680247087b5d787e9f 1 0.00/1.00 vMB 0
9,796 9,796 000000000ca08faf922f8cd81502787e39cc3c8669ed202e6bb4149264d9de21 1 0.00/1.00 vMB 0
9,795 9,795 0000000048ef72a0db69d3fa9679d6a2ab5d71eb80d043089ea8fa423fafdc57 1 0.00/1.00 vMB 0
9,794 9,794 000000007b93b95654ad03260436f9b27c308df11093af38c73d2693637026a1 1 0.00/1.00 vMB 0
9,793 9,793 000000002508648db286c32d79c75430d76b6f76b0081c48fdbad7b5ad3b0e4f 1 0.00/1.00 vMB 0
9,792 9,792 00000000d27dede5849312f2af73d469d5477095abfd74ad508ccb5d44745903 1 0.00/1.00 vMB 0
9,791 9,791 00000000e9d3d760fa6b03c9308217449067adf1d1d660541f133123ead320ce 1 0.00/1.00 vMB 0
9,790 9,790 000000002e45eea4df9758f40d06a52cc05e34e9a7cf2384fb19b5fed1512a75 1 0.00/1.00 vMB 0
9,789 9,789 00000000e2c7a3ddc1f2cb885bc41cd2c8cc701006f6f85a337cdd96db9778a7 1 0.00/1.00 vMB 0
9,788 9,788 00000000d704e101720a1f3e58b0d96ab456b72964aef734b82a323f80ac5df4 1 0.00/1.00 vMB 0
9,787 9,787 00000000b06330c887ba63611ef49b7f2a7ec6e32e12c0600a304757c2295df7 1 0.00/1.00 vMB 0
9,786 9,786 000000007bee3c3f294e6c1b946ebbe85b1878faef0bf0c1e6908a0769d304f5 1 0.00/1.00 vMB 0
9,785 9,785 000000009ac2acfcd4bdb56050db189a2efcfa8f81ffa94acadfe10049905cbf 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.21 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: 586.60 GB
    • Received: 9.47 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.