Loading Tool

Explorer IconExplorer

Memory Pool

77,251 transactions
28.67 vMB
0.06642652 BTC
Random Selection Loading Transactions
Max Size: 173.93/200 MB

Candidate Block

Mining Attempt 411cc2772cdd9cce3babe84e9a294d8c77f4f6baa81ed75baf1f6db853b6d829
Version 20000000
Previous Block 0000000000000000000094b33996c224af01f043a358605fe53f3736f068ed4c
Merkle Root 905b8a655aa0572b62655cb996606fb66f689218ffbc4003122c5a4316f4bd7c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,700
Size: 1.00 vMB
Total Fees: 0.00512289 BTC
Feerates: 40.21 > 0.51 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,094 (213,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
701,421 701,421 00000000000000000004eb050adb6e49d09b2129a99174b0937917d1a9381cd0 2,469 1.00/1.00 vMB 12
701,420 701,420 00000000000000000003844408163336b0889e40b79a38b97c488f0cb51eb824 1,850 1.00/1.00 vMB 3
701,419 701,419 000000000000000000059a7956b756a9e10464730d930ffc8534e5fd1e772ca2 2,189 1.00/1.00 vMB 5
701,418 701,418 00000000000000000000d186684c6a7838928e0cabd2576d963131d2587c07c4 3,151 1.00/1.00 vMB 15
701,417 701,417 00000000000000000005595aa6230d416a484eb439289c5214af25a54c6dc4b6 2,896 1.00/1.00 vMB 7
701,416 701,416 000000000000000000069ff09c8a3116a0322d33e12a3dc6afab45f0c06d7e28 2,424 1.00/1.00 vMB 10
701,415 701,415 0000000000000000000a07aabe7e32cd07af50a958417879e6e2d46db6a8bad1 2,211 1.00/1.00 vMB 28
701,414 701,414 00000000000000000005a4b2ecd561ea5c6eb353e38487d0740540c55eb31201 2,289 1.00/1.00 vMB 9
701,413 701,413 00000000000000000005a6b012c71ee01416d38fd4c48a4039d80d2e94b7258d 2,611 1.00/1.00 vMB 34
701,412 701,412 00000000000000000002d86853096dd4a6f36f32b6b50a36c7100265b60a992c 2,781 1.00/1.00 vMB 6
701,411 701,411 000000000000000000046540ed8089b9e3664177b594e2ad040d87dcc62d4c79 2,752 1.00/1.00 vMB 6
701,410 701,410 0000000000000000000e6512b13fcd800c4979b2e85e5c561ab23d3101c29dbc 1,728 1.00/1.00 vMB 15
701,409 701,409 000000000000000000028dfcc7687ffdca36822de5c71e2d0018d0627ad24e24 2,903 1.00/1.00 vMB 34
701,408 701,408 00000000000000000004b79b7874718f022311e5194547644b119d30220ca18f 1,838 1.00/1.00 vMB 8
701,407 701,407 0000000000000000000989d599aded465ac37afcbef993f09fd71485cde12dad 874 1.00/1.00 vMB 3
701,406 701,406 0000000000000000000bacd45aa26b40c5213e081b2da97fcdc85b480d3d22d3 587 1.00/1.00 vMB 3
701,405 701,405 000000000000000000076ba76cd8a8fd1d2dca265e91462e9b90fdb62c9a7011 1,545 1.00/1.00 vMB 3
701,404 701,404 0000000000000000000245bd54d7f8e600dd58c205c11f4c792e6f3188a7a3ec 2,117 1.00/1.00 vMB 14
701,403 701,403 0000000000000000000316a19116a73ad98e3ca2bbe4b22db05fc33ee0634f5b 793 1.00/1.00 vMB 3
701,402 701,402 0000000000000000000ca8ac23db5ed3633ca60a4a0cbf4959275620d4f2821a 1,992 1.00/1.00 vMB 8
701,401 701,401 0000000000000000000d5fe37c22bcf6cf19af0f86255611a987a1c85e2cbf36 198 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 782.56 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: 669.97 GB
    • Received: 15.79 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.