Loading Tool

Explorer IconExplorer

Memory Pool

40,018 transactions
26.00 vMB
0.06607167 BTC
Random Selection Loading Transactions
Max Size: 134.96/200 MB

Candidate Block

Mining Attempt 420c4db9f7280aad30cd25397796ce2803646fcf45fe5a7f3e29a00e1c8696c7
Version 20000000
Previous Block 000000000000000000014ae1b6ec1276480a3d912701d420b2806ba6ee0c7cd5
Merkle Root 5c4e23dcdbd466d4f491e2da1cfcd46b6ae051c142102a5ac2b4d5de4d93e266
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,439
Size: 1.00 vMB
Total Fees: 0.01872949 BTC
Feerates: 73.20 > 1.88 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,873 (83,171 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
831,702 831,702 00000000000000000001ad95cfbfd928d54b551b38b688e2f6e4a93b76cf98dd 2,812 1.00/1.00 vMB 17
831,701 831,701 00000000000000000002092b18b3943cd89887d40488cf068e44fb5565afe997 3,337 1.00/1.00 vMB 18
831,700 831,700 00000000000000000002173eb54f9f4a2cecc3759480189949f22faed53e8aea 2,890 1.00/1.00 vMB 21
831,699 831,699 000000000000000000034c11dbf1c00dfd793e57bccd2f6076572a2c9937734c 3,467 1.00/1.00 vMB 23
831,698 831,698 000000000000000000022b0b013241eef5f035100eaa56ab51e2d852ae45dcd5 2,254 1.00/1.00 vMB 14
831,697 831,697 0000000000000000000351918c5c927509fc1eeb92116da153cf877b067fb7b7 2,847 1.00/1.00 vMB 20
831,696 831,696 0000000000000000000315f399f2397808b232a7af36e3d37a3f3b438bbaf5c9 3,227 1.00/1.00 vMB 12
831,695 831,695 000000000000000000007000917ec54a6c891a18c4841fcd74638e3caae03369 3,101 1.00/1.00 vMB 22
831,694 831,694 00000000000000000001f6668a439a4a6fa2d9283704f42180367dfdd4d0800f 2,820 1.00/1.00 vMB 16
831,693 831,693 00000000000000000002ecdf47f7000647a8443f44d4d5153b2be05ba5a50281 3,755 1.00/1.00 vMB 24
831,692 831,692 000000000000000000022cf7535dd1e518101ef37377563e5f4e0c061df5965f 2,951 1.00/1.00 vMB 30
831,691 831,691 00000000000000000002ba17261e32440358bf92c2057a5c5979e68d7a2986e5 614 1.00/1.00 vMB 12
831,690 831,690 00000000000000000000f74364c73822b05efb49880ff96c5bc9fc811e4e9a5f 3,604 1.00/1.00 vMB 14
831,689 831,689 0000000000000000000262277244081cc9fe08620ed9a72895daa658ca276291 3,257 1.00/1.00 vMB 24
831,688 831,688 000000000000000000024b7726fa11addcbb52e6dd7216e8b3440df2f0bf47e1 3,431 1.00/1.00 vMB 14
831,687 831,687 00000000000000000002c339cee9d5b068421b7dc6a2ea8085c1211060c7881d 3,523 1.00/1.00 vMB 16
831,686 831,686 0000000000000000000005d1ca38ecb07c45d6e7d7ca76c716238e2e8a559979 3,088 1.00/1.00 vMB 28
831,685 831,685 000000000000000000025f7f6dfd14d89f9d553bb810fa4d6345bf6a1ee716fa 3,185 1.00/1.00 vMB 19
831,684 831,684 00000000000000000001cd7077108973fb3222fa1448ccf2a47f0c3723c7d5c3 3,389 1.00/1.00 vMB 17
831,683 831,683 000000000000000000025f84ba4e6d805a58dc27e8221b0f4a3c80b136bf1b44 3,746 1.00/1.00 vMB 26
831,682 831,682 000000000000000000030af64d6cf2359e6d2eeab8eedb681002a575d6246e7a 2,495 1.00/1.00 vMB 18
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.42 GB
    • Received: 13.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.