Memory Pool Memory Pool Refreshing

2,002 transactions
1.02 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,741 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,911 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,740 (764,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
142,895 142,895 00000000000009445de1db8b9913bce11665c39c23848df7964c76836be4e35c 0.01 MB 14 189
142,894 142,894 00000000000006ad13d2494e7984183aa777992976716af97fd9631b2cb6e193 0.02 MB 29 79
142,893 142,893 00000000000000e19232aaff84415a472ded7e3de1760d9193ede8bc4e52610b 0.00 MB 16 48
142,892 142,892 00000000000003f51c4513cacfcc26d140952177ba66e611afc0d0bdeb62301e 0.01 MB 16 26
142,891 142,891 000000000000028a9b6e8e907652fef0d40a4a6fa7e27af727eedfb46b913d90 0.02 MB 40 168
142,890 142,890 0000000000000804fc61168e9452708527068d77485d9191f08f07fe7bb170ef 0.02 MB 85 55
142,889 142,889 00000000000003f323446da7f2c5329cb94a69be4f5002317d05166e0f863515 0.04 MB 81 186
142,888 142,888 00000000000006baf6a43fa42f61d229577a5891a641396bc45045dbeb968627 0.04 MB 120 38
142,887 142,887 00000000000006c538e7c53dee14d080d447a8a24174f1fe5ac0ae3b7c8f65d2 0.05 MB 91 119
142,886 142,886 00000000000000f25d616a64a4328d330c3810e3cc9a496a74a3ffe680edb2d7 0.01 MB 45 199
142,885 142,885 0000000000000017168813d4edefcb87fd617c890859aa954837a67bd0706493 0.01 MB 32 83
142,884 142,884 000000000000014254f592dd5fd177e4a1bf182a07b8946d85296de9153c7a65 0.00 MB 1 0
142,883 142,883 0000000000000892ef02e87746a4890bde915df7662ae082803697990504088d 0.02 MB 27 77
142,882 142,882 00000000000002534a1b147cc8cc5df12cb85fe060787ba59134832252d03320 0.01 MB 16 205
142,881 142,881 0000000000000469fbfcacc935ffcd3d0f6392f247d779b7c4ca6354fb174c7b 0.03 MB 88 29
142,880 142,880 00000000000005e5b019a8b532ff565680fc0eee708da4c42e38479326852147 0.00 MB 5 63
142,879 142,879 00000000000005aac47538ab53921da7e51f5d1b8d7c9b1a9536c8d0d921114c 0.01 MB 4 109
142,878 142,878 00000000000005a497b34265e2c0e518d70d085492b83d245e521872e6abbe6a 0.01 MB 35 188
142,877 142,877 00000000000006e272f572757ff66571ee2eeecf1f4e650817e33d5b9072e547 0.01 MB 12 20
142,876 142,876 00000000000007bdd214ec5826b74c5fe1c5961cfe8a6ad78fcd17e494c28241 0.01 MB 18 404
142,875 142,875 00000000000002c975d9e51f7437212e7d7c1d774675dd6e6b06228ded941c91 0.01 MB 6 0
Previous 10 blocks ↓
Total Size: 769.06 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,627.90 GB sent, 93.18 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.