Loading Tool

Explorer IconExplorer

Memory Pool

22,922 transactions
4.28 vMB
0.01563127 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 34.48/200 MB

Candidate Block

Mining Attempt 11eab3f10187f8641843d0b3ad00e0826270647c5635ffea4f3e91924c2e0f56
Version 20000000
Previous Block 000000000000000000020337f049e08b9051ad33068ca0ba23b5181734e9775c
Merkle Root 3e708d458e165be8e02da51e8380c98743f768c2d1718659aaedf2e6c1024bf4
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 937
Size: 0.22 vMB
Total Fees: 0.00459347 BTC
Avg Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,882 (809,979 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
102,903 102,903 000000000003475d15b41cca5a313c3e518106306228fe0ec32b893711a513ce 0.00 MB 18 0
102,902 102,902 000000000000246edba4d5670fcb72a1afda1ecf3270f53ab5017dc4f8dabd32 0.00 MB 1 0
102,901 102,901 00000000000185237c68d60b70995687fa1459008f60c25f85b7a5e38a5a56ce 0.00 MB 1 0
102,900 102,900 000000000000d34b432ed7d89f0d5301df0d6c75e6de6b43dad9eced97e89ed8 0.00 MB 1 0
102,899 102,899 000000000002567b80591785ab96384559c670b4a009795fb590d1904166285a 0.00 MB 1 0
102,898 102,898 0000000000016dbfef9a432041a31e640f667bbee95e5207ce1eb3ebaf8683e8 0.00 MB 3 0
102,897 102,897 0000000000021136a0a3624d42d121ab18e61eebf9550c72541f5239c83df11a 0.00 MB 1 0
102,896 102,896 0000000000023fddf91cac1d25d82a552bfe15ffed1258984448ee83bc6b02d9 0.00 MB 7 605
102,895 102,895 000000000001aeeaa79450159f6d8ac3f6e8842399378e9614470373dcf094c8 0.00 MB 3 0
102,894 102,894 0000000000028177ef40568c059e73a8a3b92ba853fa7bc23e7fc93725e815e6 0.00 MB 2 0
102,893 102,893 000000000000eb95dd298c20067ce6c833e9342818973141c3141018ef60e169 0.00 MB 8 0
102,892 102,892 00000000000188f87471ec1935c4f32a5a48cbac1a9c95a5004bbf5e705f9686 0.00 MB 9 0
102,891 102,891 000000000001739a0fec19a6f7298be283b3a9943a1021c4f94881852ec1d240 0.00 MB 5 0
102,890 102,890 00000000000086ccfa2e9a5189fcf339e135403be33e5aad03bf91bb96c90c26 0.00 MB 3 0
102,889 102,889 0000000000023c3d551fd10ce7f87309315621c60b592d97413555aea6ce7690 0.00 MB 5 722
102,888 102,888 000000000000f28a82e6a4e574a7a30a14f18d038f95f617b479198e938a989e 0.00 MB 12 0
102,887 102,887 0000000000020e18e80df9294d2cbf958d0a537e27544765704e8beadc663fb4 0.00 MB 16 0
102,886 102,886 000000000000cd727cc393fe4025cb298b3bea9d69ddc3c62674919df2057223 0.00 MB 12 0
102,885 102,885 0000000000034035f5153928797a6eb736780cde4129f287de0e5f7335c998f9 0.00 MB 2 0
102,884 102,884 0000000000030b0d0bf46cbf32f6e6cfa533cd6d7f4e5bdf781e6c82e8fc6874 0.00 MB 8 0
102,883 102,883 0000000000000d457eaaf7240307a821e47972e0a0eb2a5dae88e9bac6a99ff4 0.00 MB 11 0
Previous 10 blocks ↓
Total Size: 778.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 109
    • Outgoing: 10
  • Data Transfer:
    • Sent: 260.92 GB
    • Received: 2.41 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.