Memory Pool Memory Pool Refreshing

2,688 transactions
1.01 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,008 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,639 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,007 (786,118 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
121,889 121,889 0000000000004bc8d5d10176b4a19d577c945ae5e4a08917df13168b49d02211 0.00 MB 13 1,217
121,888 121,888 00000000000095269ceca2fc91ab2911fac1e12cbd1499d9781416698f5cc1ec 0.01 MB 36 706
121,887 121,887 00000000000066b8b1805c35a30dba933c3f9b4f6f5e328c2283ed010cdcc1f8 0.00 MB 8 0
121,886 121,886 000000000000094d2c016d8476e76cd3299b19679f4126cb52471dbd2f939686 0.01 MB 25 1,490
121,885 121,885 0000000000000b3542f08cdcd2e7b575426d0142ea82111c0ee0d34bcd087f2c 0.00 MB 1 0
121,884 121,884 000000000000781183a2e1a960a45829794ab1d36592f694d7aa04b230296f80 0.00 MB 9 576
121,883 121,883 00000000000026c251a794385d8c14670f3820c5338a296cb6e343ecfc5935c1 0.00 MB 10 593
121,882 121,882 0000000000000182fab8bdec4ef127b95d02c0cc69602f9a18322e2b70d285a1 0.01 MB 19 363
121,881 121,881 00000000000080247f9334f139985f92cfaf4fe449b958e7f1efa3d6c1716b79 0.00 MB 11 0
121,880 121,880 0000000000002f3427f02d18e927ed47e7b3961d9a0c49ed726f3ab315e9deed 0.01 MB 15 503
121,879 121,879 000000000000151e507c76ada273ded98f5edacc4ec1d0da42463ccd41502b99 0.00 MB 1 0
121,878 121,878 00000000000001b34fa555da0fc58b5a981cc66d6982e8c7d7efdbe576e5160d 0.00 MB 6 624
121,877 121,877 00000000000074f180ae5f0ac4ff3aa686113a6413f05af5a170a83806b6bf4f 0.01 MB 33 686
121,876 121,876 0000000000007cfedffce7a28283ca86fecd01f4cad0ebf4a5e517133aa71b1d 0.00 MB 12 316
121,875 121,875 0000000000006d431e05f644a5f08e009f98318c158e4575679e786a157a0ef2 0.01 MB 20 815
121,874 121,874 00000000000070109bf8c6952cc2a053664b392a0b94dde0eec808f4ee8b5b04 0.00 MB 8 314
121,873 121,873 00000000000094f254e851f07fdef49007720c4e89a29ca4a56bf6d6a9171250 0.00 MB 1 0
121,872 121,872 0000000000007a7aa1116f245d91198c0c205e163325e906b46f66c866b0c0e5 0.01 MB 11 190
121,871 121,871 0000000000004c05f2ed45972fea4882086b2cc818e44082cccb9d1463eca8d0 0.00 MB 10 0
121,870 121,870 00000000000068407a6768abd07105bfbf6d069dffabcb0ec79b0263d2613787 0.01 MB 25 806
121,869 121,869 0000000000000f5e7fb39e7678b17ef4f54cccad5d04db183e2cdb2d31be8d42 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 769.56 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,649.22 GB sent, 95.74 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.