Memory Pool Memory Pool Refreshing

8,747 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,493 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (490,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
417,092 417,092 0000000000000000033504bad573be56a8773ef06a00f077748767aeb6917e87 1.00 MB 2,941 102
417,091 417,091 000000000000000004cac982a2ded387c70d98d49c04eb655085826657f2d3c4 1.00 MB 1,722 76
417,090 417,090 000000000000000004ac6f59d6a5f4cd08a165106bdc2b40e583a0ca691d0977 0.29 MB 597 63
417,089 417,089 0000000000000000027342e6a0e173ae4d5cc8db1b1950eca1283d7e8fd404cf 1.00 MB 1,215 30
417,088 417,088 0000000000000000037504c354da7c463db9432f818325d704714a585ef292d1 0.65 MB 1,610 59
417,087 417,087 000000000000000003f9be74904c773a8604a93cdf4cf0bbaa8201561c3c9657 0.28 MB 639 58
417,086 417,086 000000000000000003d74d67157327c407a5357738bf008db5ef070fe158bbb5 1.00 MB 630 16
417,085 417,085 00000000000000000019b42dc98d878c286410d6f748e8565bf28345a87b1107 0.23 MB 497 57
417,084 417,084 00000000000000000154d6f57fb845ef1feaab6b1e4badecab2d310d89d012fe 0.61 MB 1,158 49
417,083 417,083 0000000000000000000f32d1128bbfbcba1da652e5f97b82106ff17b97aba70b 0.00 MB 1 0
417,082 417,082 000000000000000001ec1d3e0dc3e959a1e7f56853ce66df60867795085433ac 1.00 MB 1,482 36
417,081 417,081 0000000000000000007257f12ce22ea369476fb75037207dec518d118652c3d3 1.00 MB 1,945 105
417,080 417,080 00000000000000000169d9d4851e4a0280f581c1a2368f6a1aa9c32954211f28 1.00 MB 2,098 58
417,079 417,079 0000000000000000045f2909475e1aa66a69dad162b30da4c811f67b7db30233 0.99 MB 2,422 104
417,078 417,078 000000000000000002b1d686db49fe42cb5700acd80e446cea2bc8882fe76985 0.11 MB 190 56
417,077 417,077 000000000000000001db8aa8cea7df1f61a95f573e9e07dbbfd6a0c6ed6e7347 0.61 MB 647 35
417,076 417,076 0000000000000000050b853244fbc40997b4aeed6939a2cb0ce508cbe95b60b2 1.00 MB 1,652 28
417,075 417,075 0000000000000000041fcc7563e9329871a46ff1b4799e2e6551040ba41043f1 1.00 MB 2,700 86
417,074 417,074 000000000000000003f733fa6f30eecc538a70ab6bc323bac59633ae6113c885 0.67 MB 1,882 71
417,073 417,073 00000000000000000350dabef2ad90a4516ec61edb15016cf382a97dcb29169b 1.00 MB 1,069 26
417,072 417,072 000000000000000004bf941e83f901cb1b84ce375c24ae2096960dbca3dc7178 0.27 MB 575 60
Previous 10 blocks ↓
Total Size: 769.24 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.04 GB sent, 94.13 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.