Loading Tool

Explorer IconExplorer

Memory Pool

78,760 transactions
29.50 vMB
0.06897514 BTC
Random Selection Loading Transactions
Max Size: 177.31/200 MB

Candidate Block

Mining Attempt af549bf2c10c50de371c2c6fbb8fa01d4633f366bc4f333ab6d78a71367be8f8
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root edcc6594d95ca986ed4e803981f6ddc8d9c73ef0a7f0e5e2b2ceb7dc095c11a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,835
Size: 1.00 vMB
Total Fees: 0.00903589 BTC
Feerates: 50.25 > 0.91 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (256,595 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
658,405 658,405 00000000000000000007b643ffadd2d1829fb2674b59278e3497b38fc51ff4f4 2,004 1.00/1.00 vMB 66
658,404 658,404 0000000000000000000e08e411632661fef9d98bb99cf06785e7c3cad0c847b6 2,307 1.00/1.00 vMB 75
658,403 658,403 00000000000000000008c4ab3442275f9bb962f93121ae07a578580e15a82b70 2,509 1.00/1.00 vMB 39
658,402 658,402 0000000000000000000d3029f94ec3a7561ac3d816c90b5d578d47310306e2da 1,818 1.00/1.00 vMB 41
658,401 658,401 000000000000000000033b8c41bbf182e02b2a31d784816094095333d9d7be55 2,435 1.00/1.00 vMB 70
658,400 658,400 00000000000000000008be7d174822dff91f51e51b28f57d2cf53161461f0c2b 2,585 1.00/1.00 vMB 31
658,399 658,399 0000000000000000000dcc1fcbb28ce5ce9754e6c89837f594fc3088b7236922 2,146 1.00/1.00 vMB 46
658,398 658,398 000000000000000000001890f138a4961323a14ba75959f6ea7f3e8febfd0a31 1,935 1.00/1.00 vMB 34
658,397 658,397 0000000000000000000543b2ee7afe8603ed49b70f6ace3b356383d7a6ebf615 2,105 1.00/1.00 vMB 47
658,396 658,396 0000000000000000000d9de6049e8697f14f8680507acffee5922b414c17cfab 1,357 1.00/1.00 vMB 48
658,395 658,395 00000000000000000006cf13fea6031295c7f308e1e4afd2ef063bc814a33d3f 2,453 1.00/1.00 vMB 36
658,394 658,394 00000000000000000005140d9e781982e87b2ca9206c81ecbab637c25d8d87e2 3,451 1.00/1.00 vMB 38
658,393 658,393 000000000000000000063dbded12817fb0f0aa0b0e4384ed14216e50699454dc 2,710 1.00/1.00 vMB 39
658,392 658,392 0000000000000000000a0482bb347e43160b8dea2ef96db337254e63481e4a2c 2,467 1.00/1.00 vMB 46
658,391 658,391 0000000000000000000abbf6b9e70e887bb4eb953c1e20cf564aa02f27a07cda 3,057 1.00/1.00 vMB 83
658,390 658,390 000000000000000000049467086fa295b2d94793f34c6f816df3eae84e90478c 2,821 1.00/1.00 vMB 51
658,389 658,389 0000000000000000000b0406d89641eb4ecb554c72537f182c8ebe95cddcd42a 2,989 1.00/1.00 vMB 80
658,388 658,388 00000000000000000005e0d801e0a2968847c6fbffbf9ebb764e5b95a90d6209 2,178 1.00/1.00 vMB 54
658,387 658,387 00000000000000000006c33702d6209428eae1e1b259df5edd4d3e3d0ccc7498 2,673 1.00/1.00 vMB 53
658,386 658,386 000000000000000000021dae602e5e1249ae0a8b25cbafc38dab23d92bcff745 2,930 1.00/1.00 vMB 61
658,385 658,385 000000000000000000040271eb955975577b6b93f89e2683971d378849e2db27 2,771 1.00/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.