Loading Tool

Explorer IconExplorer

Memory Pool

49,113 transactions
29.80 vMB
0.09550104 BTC
Random Selection Loading Transactions
Max Size: 158.74/200 MB

Candidate Block

Mining Attempt 8df0f250b12ba773d3dc22225e950034184916d0233f4729476d56f0cac9686c
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root c805fe8bfcddd8f6f336a781480967a75977d30f73309e96e2a1fbfcc42ee3da
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,242
Size: 1.00 vMB
Total Fees: 0.03186346 BTC
Feerates: 150.68 > 3.19 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (421,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
493,589 493,589 0000000000000000001759befc77764ac2b18e9acb4ae29ab68d21c074c43d16 1,767 1.00/1.00 vMB 167
493,588 493,588 000000000000000000b6c108ed4ae8e7ae88c1e196c564d00431ff983f14d2d1 2,839 1.00/1.00 vMB 274
493,587 493,587 0000000000000000000e3420f7730a98da4a0e9ce9eeaf2bbdbc05a5647d67b5 1,985 1.00/1.00 vMB 155
493,586 493,586 0000000000000000005a0efa4037ceb72d4b36aa74e0852ea1044c9073a49301 932 1.00/1.00 vMB 54
493,585 493,585 000000000000000000ae3fe1327b26426b55f7cb0c7febb90e30e88bc6cf88d3 1,682 1.00/1.00 vMB 180
493,584 493,584 0000000000000000002b57459bd3af7015822bc951ff4f5976a0a8452c53f868 1,779 1.00/1.00 vMB 170
493,583 493,583 000000000000000000740a2cab166e00496f78dc1f013ca2e9a5227c36585c5b 2,244 0.93/1.00 vMB 251
493,582 493,582 00000000000000000041c66f7960c8ad55686589fc17096a2c6584b115996900 1,671 1.00/1.00 vMB 197
493,581 493,581 000000000000000000326e0d420ff560af3bc8325a760bc7ae4655e8aa77514f 1,496 0.92/1.00 vMB 104
493,580 493,580 00000000000000000081ea896c79d66b76709679e2c5dc3d9f4fc3fec0985898 1,999 1.00/1.00 vMB 202
493,579 493,579 000000000000000000b73bf9f88367c3c55adb4facfce06965632a3fbdf2a55f 2,823 1.00/1.00 vMB 307
493,578 493,578 000000000000000000ab9fdc4cb28d2d32074b49d237ad07a7a047a891af4824 1,571 1.00/1.00 vMB 163
493,577 493,577 000000000000000000aaa909866e1e72ac9ab630bc8bc82ed25348a919d08d77 1,256 1.00/1.00 vMB 24
493,576 493,576 000000000000000000ad44796e80f3c28404aa1623089c4b4df06a47a2692cf4 1,837 1.00/1.00 vMB 210
493,575 493,575 000000000000000000076f754933db0b4a292e0592ca10573a057b8377a9ca76 1,163 1.00/1.00 vMB 183
493,574 493,574 000000000000000000190b4493cea19b8507592ec721bf1cfb4b59380a865a58 1,985 1.00/1.00 vMB 238
493,573 493,573 000000000000000000836f00c10cc609aaf290233a0f40059bba9012162a4b3b 738 1.00/1.00 vMB 63
493,572 493,572 0000000000000000006500a70b02962120dd61274397a3daec3b4c70d696a5e2 1,527 1.00/1.00 vMB 81
493,571 493,571 0000000000000000008e260bea8a4d0aea693fd240ae5cbdd60736376cc931e2 1,914 1.00/1.00 vMB 46
493,570 493,570 0000000000000000009c1857af5dd405aaf4819f454becf6a77b8d25fd0396a0 1,692 0.94/1.00 vMB 135
493,569 493,569 0000000000000000009758fa1d7edc45103a3e9e0fde808d2f297764531229c8 1,603 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.71 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.