Loading Tool

Explorer IconExplorer

Memory Pool

80,968 transactions
30.31 vMB
0.09468382 BTC
Random Selection Loading Transactions
Max Size: 181.78/200 MB

Candidate Block

Mining Attempt 567460568ba5ea79bfaf9646e3675e2d54d7948c1de964357468d8202fc8f56b
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 4fa425ff106b6e5c4fc45323a393e7a2831fcc2ed98c493f7fcba66e965d3ad0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,015
Size: 1.00 vMB
Total Fees: 0.03187666 BTC
Feerates: 301.07 > 3.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (319,507 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
595,500 595,500 00000000000000000002e6523f5dff81ae93ad0474ccb29334266cbfdaa01359 2,764 0.78/1.00 vMB 18
595,499 595,499 00000000000000000016c9fe22504b4989d8112b2b99300cfb28734b1d97dadd 3,107 1.00/1.00 vMB 22
595,498 595,498 00000000000000000016703fd21f6316264a401eea6b4e794afde402d0c6c187 2,136 0.78/1.00 vMB 20
595,497 595,497 00000000000000000006c2d4cd2a059424e83c35bd2e9e755846493f18088205 891 0.26/1.00 vMB 8
595,496 595,496 00000000000000000003cc201eed79ce7e138c1b277a51466152e9a53bfd3c87 3,301 1.00/1.00 vMB 21
595,495 595,495 0000000000000000000d2bf54592c9cc0919c9b10335d051749605d469e2cd91 1,078 0.33/1.00 vMB 19
595,494 595,494 000000000000000000150f30c731c909590914b8e283d6343db791de640b1803 2,327 0.74/1.00 vMB 20
595,493 595,493 000000000000000000014f8afdcef40a6cbed1085c8fcb9ad13ac3c9145dc535 1,666 0.76/1.00 vMB 4
595,492 595,492 0000000000000000000a1c8af0e67f3a25c17342794310249a29c6bd9246551f 890 1.00/1.00 vMB 2
595,491 595,491 0000000000000000000f68c2d9dcb5785bda88d8758840bd8c43fd24bd2b1ff2 2,189 1.00/1.00 vMB 8
595,490 595,490 000000000000000000138490c1ffd35652a7c05581cd9136c60eba5b497e0d05 2,991 1.00/1.00 vMB 15
595,489 595,489 00000000000000000007f0de42f29516fd4f5c85bd471dc4e6cf6b787e58f4b1 2,190 1.00/1.00 vMB 11
595,488 595,488 00000000000000000011c16e77e75fa4408be7d662dca31bb7c4a309e60e3ae1 2,703 1.00/1.00 vMB 34
595,487 595,487 0000000000000000000fe2d41927f126c59acc2795ecd59ca67dcb9fed6a19c2 2,209 1.00/1.00 vMB 15
595,486 595,486 000000000000000000030189c5f9f9009ceb42c335aa2b25d24ae14f245dbcf7 809 1.00/1.00 vMB 7
595,485 595,485 000000000000000000053e2736e0a866fab53f47475ed405f02bda99be908547 1,892 1.00/1.00 vMB 11
595,484 595,484 000000000000000000119bbde43dbe8a554b8189b64cdc8fd3a3649f255b7e17 1,544 1.00/1.00 vMB 11
595,483 595,483 00000000000000000004cb657e3072d12eaeac00e17814eec1776f9a74dd4e81 2,014 1.00/1.00 vMB 19
595,482 595,482 00000000000000000000b0e718459bf6b6b1ae15eff0fd49dc969d9894880e53 1,707 1.00/1.00 vMB 17
595,481 595,481 0000000000000000000a04cb74c6c9d26d8e15cf85664c54003e653f11eb5f99 884 1.00/1.00 vMB 10
595,480 595,480 000000000000000000037d5bc281e4a0a938188b6ce381837b4941f94a2a8a25 2,859 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.41 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.98 GB
    • Received: 15.07 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.