Memory Pool Memory Pool Refreshing

757 transactions
0.17 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,639 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 732 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (888,404 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,234 20,234 00000000d904560333043ba72411c87cb073d0ef5c994c7e10ad2bae95281928 0.00 MB 1 0
20,233 20,233 00000000138bd45489b7271ac880515998545b5fab2436eb706762f1c4f75092 0.00 MB 1 0
20,232 20,232 00000000918d95690977bad3c9db3fc5ba4f9bcdbf310b51801a4f8336edc57a 0.00 MB 1 0
20,231 20,231 0000000092b2a1df244cfa29326518fa9694625635bf506e0b2a241e8e9bee08 0.00 MB 1 0
20,230 20,230 000000000c8951af442c0de7ed9209071dbf241710f4d84565ea884c6206d2ad 0.00 MB 1 0
20,229 20,229 000000006f5fe034aedef62640422b009fc5557062ea701e0363f779d298f0d6 0.00 MB 1 0
20,228 20,228 00000000b6d0774cb5132de37c2699134c5bf60cc9da24467f499bf86b453376 0.00 MB 1 0
20,227 20,227 0000000069c1607a000052b52a81344aba3df1d806dd8a062d1a326d5ceef407 0.00 MB 1 0
20,226 20,226 000000000a4ee33acf5d240c259d838b2eb88726b6959ddec6b91f12ea0ab465 0.00 MB 1 0
20,225 20,225 000000007ab73e1f677c599c42358cc7e80e234c1911654a1d91d973c0500361 0.00 MB 1 0
20,224 20,224 000000004ca96ac2172e5b2927f2d61b2bfa749222de7fb19ed02b2cfd5c4e55 0.00 MB 1 0
20,223 20,223 0000000054a9f25f8f4d209db5318ae364095320340cfd84ac156f1ade2b5a04 0.00 MB 1 0
20,222 20,222 00000000223da519eff42c315d8d79dab24073e50c348aae24d33218312d2daf 0.00 MB 1 0
20,221 20,221 000000002f1fe3430bb75e5f515af66026b12bc3ae12e480d9f0c65ed27184d0 0.00 MB 1 0
20,220 20,220 00000000205e34c15d956498e35e7695fcb9dd44db36b9f5d16899e588c3a67d 0.00 MB 1 0
20,219 20,219 0000000061346c8477ccd587bddccb05c93745f2c0f1dfe5a4a75aa7e4a05f6d 0.00 MB 1 0
20,218 20,218 00000000d55c46a8b4fec6e949a964cfad601a70405fc441fb21ced3d318aa6a 0.00 MB 1 0
20,217 20,217 00000000c514678e115ab8e0d5e59273873dfc492cec6f791608b6ed2be5ca2a 0.00 MB 1 0
20,216 20,216 00000000431e8293f8472b19284ca2c9ba33578a20df2387446c241d8b30e409 0.00 MB 1 0
20,215 20,215 00000000312007104d926163bff679673153d9a8e97c5992f8647b6c77e1e3ed 0.00 MB 1 0
20,214 20,214 00000000dde0c69eb4379207360fac7fe4019608eb1863c04b0069f923b4f793 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,850.89 GB sent, 101.32 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.