Loading Tool

Explorer IconExplorer

Memory Pool

79,223 transactions
29.24 vMB
0.10364024 BTC
Random Selection Loading Transactions
Max Size: 177.27/200 MB

Candidate Block

Mining Attempt b389a58b28d698932195f5d0914086eb8933ff5f4f793085cf18e1328040fae5
Version 20000000
Previous Block 00000000000000000001b1838b6a5a4a957646894043843182780c2fbbc032ab
Merkle Root 020d0f91cab83ddab3e5a53b9292e93d6429f03d1ce9fc00238b7c66ca48163d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,935
Size: 1.00 vMB
Total Fees: 0.04221872 BTC
Feerates: 137.15 > 4.23 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,113 (302,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
612,436 612,436 0000000000000000000f1d2e020813dc71880dbfd1e3801ec249b4834455f63d 2,930 0.86/1.00 vMB 14
612,435 612,435 00000000000000000009e3dc645a9bb47a01c13f23295602f2c01e74e36c5c38 2,575 0.78/1.00 vMB 12
612,434 612,434 00000000000000000013b0d6ae602a0dac20c08ecd638a8e107c9e31c7592c51 2,994 0.87/1.00 vMB 16
612,433 612,433 000000000000000000050815718aff8afdd5f683221f0c5debe37fa43b47a303 2,214 0.59/1.00 vMB 28
612,432 612,432 00000000000000000008a71f56177b4e5a573a1aae3b100c5e0f591feb9a35a8 2,386 0.85/1.00 vMB 12
612,431 612,431 00000000000000000005ef470ba9bc38b599c3a8df866b122550726e230d5385 97 0.02/1.00 vMB 21
612,430 612,430 00000000000000000008efe7191b5f7db785b8892b98ae8c4e0e56a6f4cda1e0 3,755 0.99/1.00 vMB 13
612,429 612,429 00000000000000000003d5790a2c75ba9c37a3ae99028f64623032857da3bd4f 237 0.19/1.00 vMB 4
612,428 612,428 0000000000000000000c48efb43f8f400b4e3922622f33b4f1ccd456de6c9a00 2,664 0.93/1.00 vMB 12
612,427 612,427 000000000000000000108916a76885b617b808177e1cdbab39950111b509ee89 2,063 0.56/1.00 vMB 12
612,426 612,426 00000000000000000004740dd70934d606221e6ccd9d84ecdf373251193d04ed 2,457 0.70/1.00 vMB 13
612,425 612,425 0000000000000000000a898c836ba9ac8a50028710ed5b8bd4bf844d3d0fb758 1,555 0.40/1.00 vMB 10
612,424 612,424 000000000000000000122e5136233771de4a4116812e66cf6eff6954dea208df 3,351 1.00/1.00 vMB 18
612,423 612,423 00000000000000000002043d54ef087d1ad989a25ef2c0d8de9907a471d7a19c 1,071 0.29/1.00 vMB 17
612,422 612,422 00000000000000000004c116ef322cf9ca647948bef548f4303544bfe3fd8d70 2,667 0.92/1.00 vMB 16
612,421 612,421 0000000000000000000734950cca591ade61a5c8ac47a8c00c30cec0ef87d923 1,438 0.45/1.00 vMB 14
612,420 612,420 000000000000000000036c7705c5ff5f09f8b57c7207eba1adedd966b7647e16 717 0.34/1.00 vMB 11
612,419 612,419 00000000000000000000862692b423c8eda15fc8dc23e361e6eed89e1b1e93b6 418 0.21/1.00 vMB 11
612,418 612,418 000000000000000000143dbb76f7588262b7b583b5d0045d99a62e5fac6c2e64 36 0.01/1.00 vMB 15
612,417 612,417 0000000000000000000156ece41053c9d9960c554aa3bbcfc3770864a4fbb6d9 2,404 0.95/1.00 vMB 6
612,416 612,416 0000000000000000000d0e575c5e91a05bf825f175c306e82bef818782362cc1 3,374 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.59 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: 671.42 GB
    • Received: 15.93 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.