Memory Pool Memory Pool Refreshing

1,242 transactions
0.35 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,856 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 1,242 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,855 (780,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
127,688 127,688 0000000000002655a15275cf00c22a1c05785f59f34cb4d21d882f5b952abba9 0.03 MB 75 267
127,687 127,687 000000000000070255036d5d821785191a94e5df144570b2be5d7a3d1427be92 0.01 MB 14 1,695
127,686 127,686 0000000000000edf7ea73f428f0b19485b26eea8b7fc7096eeb70d2fd8845cd2 0.01 MB 18 621
127,685 127,685 000000000000060fc3b2b8badf7ac931deca2e6952887c329a62812f20a460ef 0.04 MB 30 1,082
127,684 127,684 0000000000000dc459f786ed3ed5ca3ccecc8c816fc134d2c6e13b3822fde1e8 0.00 MB 8 877
127,683 127,683 00000000000019b942e0680104a5848379e1b9200aa546259192cb4106e3e925 0.00 MB 9 1,195
127,682 127,682 00000000000016d0968f2c1a6a13b7164a29ccb9d965970045b69a7d73bc8c65 0.00 MB 5 1,213
127,681 127,681 0000000000001ad2d527dcc02b769c96a4a93073183a57476f68a71cd0633763 0.01 MB 28 924
127,680 127,680 000000000000214d1d845ae83055bb6cb0a3905d9c2a0e33726071ae4323b14c 0.01 MB 17 1,134
127,679 127,679 000000000000220440120f33975517834739954ee6185c539cb40da4a713cff5 0.02 MB 63 5
127,678 127,678 00000000000025910ce200a03bc1877f51104cfcf913f2c627dd73b0bcbe9dea 0.02 MB 38 864
127,677 127,677 0000000000000880e4293cf66d65f8148bf40c70c24da8fd229c236c1beced28 0.05 MB 89 1,235
127,676 127,676 0000000000000946d40831dae5cb5d499e256f49f9bbbb2051dfb546ea7ec6b6 0.01 MB 18 409
127,675 127,675 0000000000001153d822fd9f4eb940d9fbe20afee258eddf6cec3324654f0270 0.01 MB 7 1,569
127,674 127,674 00000000000015d98ceeaf71ae4cbc6f2acf1a99ef826cb8d524bfea8b35d03b 0.00 MB 5 962
127,673 127,673 00000000000002b68f3e70e3fdda532c192114cb0afa1625eddeeaaaf3a39781 0.05 MB 108 283
127,672 127,672 0000000000000f4ea9df46abefe2c92b2dbb4076ab2b71a7e54a3abe44f92b19 0.06 MB 33 1,422
127,671 127,671 00000000000001e1cf2bc3815b8be89c533c9372bc67d2cca48683ca4d0cbc19 0.01 MB 4 121
127,670 127,670 0000000000001111faef89847ed9331769adeebf64128e6f055f4ce02f72db49 0.03 MB 66 495
127,669 127,669 0000000000000f683d924d6644bbdbf5066bfc8c50e60f254a8ae1ec11f9112b 0.00 MB 6 424
127,668 127,668 0000000000001828540d5d540b3ebf5c315520568a23484be3ef664da5048aac 0.00 MB 12 16
Previous 10 blocks ↓
Total Size: 769.27 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,635.35 GB sent, 94.26 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.