Loading Tool

Explorer IconExplorer

Memory Pool

35,483 transactions
25.56 vMB
0.05271630 BTC
Random Selection Loading Transactions
Max Size: 130.72/200 MB

Candidate Block

Mining Attempt 4a03ee469ed2c435d4d661bbf97fb006ccb63b25aabc6ffd73ac770e6a031f6f
Version 20000000
Previous Block 000000000000000000003056aa79f3e9ae7f1ebca1b480aef0e8e00b84a1a03a
Merkle Root 95dd2044d1bdefd7950c2d611a7362f11acb5dcbc5fd4511ea42684a94a55fc0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,535
Size: 1.00 vMB
Total Fees: 0.00624524 BTC
Feerates: 150.93 > 0.63 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,675 (210,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
703,823 703,823 0000000000000000000cb1b5cc8f59b9704e6814245bde49c683f3e320f9a860 2,226 0.73/1.00 vMB 11
703,822 703,822 000000000000000000088a8d78acf376a559adf478e9e2944bb27bf65c9c948c 1,887 0.69/1.00 vMB 12
703,821 703,821 000000000000000000088fc7514a02f038b0167bd6e062936d62d065dfb9c4cd 372 0.14/1.00 vMB 11
703,820 703,820 000000000000000000091436ea8ee413ca02fa0a51c98624e78ae3210ce96e2d 23 0.01/1.00 vMB 5
703,819 703,819 0000000000000000000377f569c4fa7b50bfd96f3a84eabbaab3aafbdd32bf0b 1,421 0.46/1.00 vMB 12
703,818 703,818 0000000000000000000babd8a343d62a0f08e0011a1b614a1c98ffdbab4cbf47 924 0.65/1.00 vMB 2
703,817 703,817 0000000000000000000b4d5130615ff5cd2ef2de3e2d4e571473b1f0310f199b 3,075 1.00/1.00 vMB 6
703,816 703,816 00000000000000000009e3fefb5d4786be8eb03fb6a62c06208dd360742242b2 1,677 1.00/1.00 vMB 11
703,815 703,815 000000000000000000016434bd240644f54b5e9fc2025a1c3b4e68ce78f6ec05 1,929 1.00/1.00 vMB 12
703,814 703,814 000000000000000000074c9e7b57c1deb19240703b9c4c42581b34b27e73aafd 537 1.00/1.00 vMB 6
703,813 703,813 000000000000000000003353f3ee2f973b9d1834a99ccdd725fa9413d4ab75f3 2,598 1.00/1.00 vMB 14
703,812 703,812 00000000000000000000e549a39a03f5e5c332f93802d676215683136e725763 1,409 0.54/1.00 vMB 16
703,811 703,811 0000000000000000000193d0666a165edb6dacdc64fdeb6f752a13e532c5509e 2,716 1.00/1.00 vMB 10
703,810 703,810 00000000000000000006c50a04af8c9b7a1e6aec9126cc403f0226dd598be1c1 1,563 0.62/1.00 vMB 2
703,809 703,809 00000000000000000005ef3def09505a0afb44e43483d694c7938039ad572f09 2,472 1.00/1.00 vMB 4
703,808 703,808 000000000000000000005b17838e0c8bfc6cf0a1635749ea6eb48d7a4c741fa6 2,271 1.00/1.00 vMB 8
703,807 703,807 00000000000000000000b5391c1c1181838ca086011a8e0f875ede1ce7e77108 2,724 1.00/1.00 vMB 11
703,806 703,806 000000000000000000072e449b999f428a14b4de7b26aff2d01893edb695503a 3,335 1.00/1.00 vMB 18
703,805 703,805 000000000000000000038df70e8171fd782bc56f3454ea4417d651732c148af8 3,581 1.00/1.00 vMB 25
703,804 703,804 00000000000000000003dc08fa282212ad08bdfa714977684fada8f80b038ee5 1,627 0.90/1.00 vMB 5
703,803 703,803 000000000000000000072454d2d7bcb1201db9b044cfa4f7a86aa1649f091a50 2,022 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.82 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: 635.57 GB
    • Received: 12.32 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.