Loading Tool

Explorer IconExplorer

Memory Pool

86,330 transactions
32.89 vMB
0.07568404 BTC
Random Selection Loading Transactions
Max Size: 196.05/200 MB

Candidate Block

Mining Attempt 7ca212471415c2cabaa1c5e7b769449580b70444910a2eab481172ba80125180
Version 20000000
Previous Block 00000000000000000001120b3e90121a7d53199734640ccdc9413977ac8b9735
Merkle Root 329189df52be4f6b04803dc91c54b3292ef9e86dfd2227c0c847df92fa25b5ea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,075
Size: 1.00 vMB
Total Fees: 0.01033459 BTC
Feerates: 151.14 > 1.04 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,947 (420,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
494,482 494,482 0000000000000000003312dbecd0205e35c1f30d1369d49f0be3ec30778a5ce4 2,403 1.00/1.00 vMB 589
494,481 494,481 0000000000000000001e4d2b0bc47137403e3e3e2c6c92e7634bc991b375fb17 2,298 1.00/1.00 vMB 491
494,480 494,480 00000000000000000064f8800448a214c3ec53404e27d335f3c7a0b1ef9c62ec 2,557 1.00/1.00 vMB 525
494,479 494,479 000000000000000000920e5bd57954b01653d8f4e6f2e6192367c1ef4cafbb6f 2,370 1.00/1.00 vMB 542
494,478 494,478 000000000000000000874c4fe3eb3da7553ee7f531da1318179fa7f5048259ba 2,561 1.00/1.00 vMB 515
494,477 494,477 0000000000000000000773384ba500ff8e6025cf96097412b41f88a418255b89 2,342 1.00/1.00 vMB 577
494,476 494,476 0000000000000000001c69d4fbc0d21a73a39507273da62815f0b94b9001e151 2,504 0.87/1.00 vMB 499
494,475 494,475 00000000000000000029dc6ef281cb7f8818f1874ded8970b8036b4d414ac2fa 2,400 1.00/1.00 vMB 633
494,474 494,474 000000000000000000851c2dcb06fc02f03d945205865aef3f3d6dc5f2e97898 1,988 1.00/1.00 vMB 515
494,473 494,473 0000000000000000008a3ebf5c14f36516c3d2ec135d1ab7cb10b207fa32f5be 2,587 1.00/1.00 vMB 658
494,472 494,472 0000000000000000008cfa2daaa3d3628122a36b4201298fb4278d08a17d16dd 2,379 1.00/1.00 vMB 728
494,471 494,471 0000000000000000006e4edab566672f57715b2d7e4b880bdb987127145a70e0 565 1.00/1.00 vMB 404
494,470 494,470 000000000000000000c859c860005faaf6ab3210422f58fd56661e67f7222f4b 1,861 0.93/1.00 vMB 520
494,469 494,469 000000000000000000c8749d3a4a396103940cd4dd98cd0a5aad5d4d8495413b 1,956 1.00/1.00 vMB 487
494,468 494,468 0000000000000000006ad7641305895cea1e1b6a445406a1532ce9218a6a59e5 1,847 1.00/1.00 vMB 594
494,467 494,467 000000000000000000beee444445249797c170a47f705f2fe8bcfbbe0551bc3a 2,635 1.00/1.00 vMB 426
494,466 494,466 00000000000000000051732ea4259b76edf172fe53a5dde6f44f1bd049a8451f 1,854 1.00/1.00 vMB 590
494,465 494,465 0000000000000000002e3c1abeaa3e5a97513e85a4e7e1c9b7727d25abbfbdb6 1,628 1.00/1.00 vMB 454
494,464 494,464 000000000000000000467711cdabcbbdbe2f05427b883e7f16143cd2ccffafed 2,036 1.00/1.00 vMB 491
494,463 494,463 000000000000000000a3702b107a52fa375801d11c4bdfd657b6cdf73d50e01e 2,370 1.00/1.00 vMB 564
494,462 494,462 00000000000000000097a8085ff04534aa58133634594901df090132469bd8ee 2,387 1.00/1.00 vMB 507
Previous 10 blocks ↓
Total Size: 782.29 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: 657.32 GB
    • Received: 14.52 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.