Memory Pool Memory Pool Refreshing

4,462 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,949 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,674 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,948 (784,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
123,894 123,894 0000000000005797532ff5e163c45f30e1bba0a982d56fcbde4f41b0732fafe6 0.00 MB 3 0
123,893 123,893 000000000000489eaddff1fd0e57f19ab149d0e8c600c1b029ca14f05b7589b2 0.01 MB 14 918
123,892 123,892 000000000000084c93023c32670be6b42e2e7aee199b3b20c4dfc7ed4ff94629 0.02 MB 39 1,047
123,891 123,891 000000000000172c481ed7b049066588b74ea76b5dfcf032d1fe199a3701a4fa 0.02 MB 64 325
123,890 123,890 00000000000054fcb5451d3f23246a8f90d90eda562b717ed7e0ffc3499491b9 0.00 MB 8 274
123,889 123,889 00000000000014bdbe388f46ed0ff35a5b62682a2c12c8b4ec5f75ea2d3a1afe 0.00 MB 11 1,197
123,888 123,888 0000000000004622a93655be2fc0da3fc3f0771e8f974442d05efa85ea769239 0.00 MB 2 0
123,887 123,887 0000000000000795cd868f52f4f28392fef125d2f8a567b5a6624b7d5fb3eadb 0.01 MB 36 3,689
123,886 123,886 0000000000002bc9587de8e4faf4638a5a9bc408d751cfc1f45c9b9e26b1d36d 0.02 MB 51 1,304
123,885 123,885 0000000000000f53b4cfae1cd2579a81ea7aebf054ccfe81cf63f5dc55bba231 0.00 MB 1 0
123,884 123,884 0000000000004185fea60b1609fb3586ed504dd3042ece0387014032624ca952 0.00 MB 5 1,605
123,883 123,883 0000000000000734e23e158bf32a7f2a6aa1fb14d0f6c49024a54292d6418af2 0.00 MB 15 0
123,882 123,882 0000000000004e756a532d52bbd01091bb75ff7b89ccbaf31ab5ac8a5a40d6cc 0.00 MB 7 487
123,881 123,881 000000000000300ad9382af648c0f11874835f18e5f566f768e99b07df30cceb 0.00 MB 4 0
123,880 123,880 0000000000001ed911b5b6c3610731fd24999cb9b07baaca1e486db29a031295 0.00 MB 4 1,089
123,879 123,879 0000000000004049d95c6103b94c5b94e957fc19bcb2c2c44c271bc2351e63a0 0.01 MB 11 360
123,878 123,878 000000000000569e4b83e4b8a939fc77dab83003b681b79682c2200924cb8972 0.00 MB 4 2,349
123,877 123,877 000000000000603f0d4c8194c33e1a7b3cdd3e399b60669f72d4d11f1d209781 0.02 MB 48 375
123,876 123,876 00000000000064370d61866281ef926c789ce9afb017b64bb0b34bf99c3ae57b 0.00 MB 3 0
123,875 123,875 0000000000002eb9a5dad5b790c4525bcf9eedb6f62a6dc99c383c538900c89e 0.00 MB 7 1,177
123,874 123,874 0000000000005a2750b9ff88ff87b4e39d1c35039a2a709b68270e36354f10b7 0.01 MB 27 295
Previous 10 blocks ↓
Total Size: 769.45 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,645.88 GB sent, 95.19 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.