Memory Pool Memory Pool Refreshing

6,192 transactions
2.13 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,812 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (715,970 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
191,876 191,876 00000000000007e28dd9c1432a30bc619a75198e1a7461e398c7eb7e421dc959 0.25 MB 629 159
191,875 191,875 000000000000005a51716c0dc99199ea8653796244e05f1fcb1e597c95b9dd90 0.11 MB 241 136
191,874 191,874 000000000000066ee8c8d6cd4c47d10f516808b9925508245096d6655ccaadf7 0.05 MB 181 944
191,873 191,873 000000000000062f75adf47ff545abc7f34da846a609e05d4017fcf707139242 0.19 MB 419 168
191,872 191,872 0000000000000107e3f58f9db25f78d44662555db4b6480ad2ad008181415863 0.00 MB 3 0
191,871 191,871 00000000000005a15f9b893362dca8f9c2d40ce487dcf57768d5f5d27672ef65 0.21 MB 556 182
191,870 191,870 0000000000000446d92891ef5adbc7499261a1fe1baa0ad25275355c65817e13 0.25 MB 617 175
191,869 191,869 000000000000015ed1fcd2a0ce57aab32715293e6b42eb1fb66176c79cdcb5d5 0.05 MB 120 86
191,868 191,868 00000000000004534578f24f4984c1c68935e914ca63d7b817c8b0078df585b9 0.07 MB 277 2
191,867 191,867 000000000000081c12b6936991d1898f06caca4bd1cdb7109eb6731d5f729723 0.04 MB 68 61
191,866 191,866 0000000000000284a5badcfaab8d5da3ee281755c0581d26a085ef00aea033fe 0.11 MB 259 107
191,865 191,865 000000000000057bc54889eed738f0d38ca08220262e049b4cd77db52d9f2f27 0.19 MB 494 125
191,864 191,864 000000000000027ccbe0fb754079ebd13f3d7b64b4af682b92e6ed7edfcec852 0.25 MB 631 135
191,863 191,863 0000000000000408c6a4be78c341e9db67bfe5e1117c228833eea84d350aae65 0.25 MB 573 311
191,862 191,862 000000000000005048deb4e65b4c5cbb6e04bd845c1143cb1432e8247307c87b 0.01 MB 17 83
191,861 191,861 00000000000004cfe42a4c65835daee3453ba98bc8d54ae6bdd32ea05c4f22e0 0.22 MB 573 142
191,860 191,860 00000000000004a12fc55d94d8a4ac3959220597a78d0fda13d95910dfd7a1e4 0.25 MB 463 167
191,859 191,859 000000000000055e2e155439a199a8d9835b7162177c24417451d39ce0ae63da 0.05 MB 112 86
191,858 191,858 00000000000005df4638f43f7778b8716ba6d55917a838bd0c16119a1d2d7574 0.00 MB 13 0
191,857 191,857 00000000000003c206fcc2f2e614f9bbf1dc6ec965c4f4d7087a059bcb246784 0.20 MB 778 324
191,856 191,856 00000000000002f185be1f063cd335377732a6f7321b26247e249b7beb1ff5d1 0.05 MB 123 105
Previous 10 blocks ↓
Total Size: 769.25 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.20 GB sent, 94.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.