Memory Pool Memory Pool Refreshing

1,551 transactions
0.58 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
3 sats/vbyte 3
2 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,221 00000000000000000002349e0000000000000000000000000000000000000000 0.55 vMB 1,540 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,220 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,220 908,220 000000000000000000001dbb98e9a0c39d22d73f1c6ad8c95b5c861168583403 ago 1.75 MB 3,193 3
908,219 908,219 000000000000000000000e9e73d59ef032c34809e3983c5dacc3865b877b81d6 ago 1.54 MB 2,706 1
908,218 908,218 0000000000000000000179c5ca0fac13bfdb2e714cfc0000c90cf4112866b56b ago 1.95 MB 2,570 2
908,217 908,217 00000000000000000001b82a2d2d42467c6bf9040bf7d4b2b5e6adea457e46f2 ago 1.72 MB 3,562 1
908,216 908,216 000000000000000000007be61d3699ea667284485392ff13ff4aa22a751cd17b ago 2.26 MB 2,382 3
908,215 908,215 000000000000000000017eaf6b7c76c9b1161ec7230cc3608927de28f67b3532 1.98 MB 3,049 3
908,214 908,214 000000000000000000021a82cba6148eaa9e2f49df0867ac9d453eafc93424ba 2.12 MB 3,195 1
908,213 908,213 000000000000000000002df4a0d8d767d3d6880afb0458340413bf516c922c5b 2.07 MB 1,434 1
908,212 908,212 00000000000000000001fe22ac83fc1a5ca2fc031642c2f1b31195dcefda075f 2.02 MB 2,634 1
908,211 908,211 00000000000000000001b9e542fc28072a94db10745dc688a1c5cfaa761bcae5 3.00 MB 659 2
908,210 908,210 00000000000000000000fe20bfc576cde9a02e1492c1905bf1bf175564f8915c 2.48 MB 2,273 2
908,209 908,209 00000000000000000000e43efee17d0dc1180d7c772183641035b2efd9e19477 3.94 MB 54 1
908,208 908,208 00000000000000000001ad96b29e147a10b7dc9f36a4545bbfe6cfd254f50a6e 2.77 MB 1,541 2
908,207 908,207 000000000000000000022e493ddfdfc6a13303e0d3b536c77ec4ac4f5647e740 2.71 MB 1,014 1
908,206 908,206 000000000000000000022a83d891becde6cc014b2966da72718d0a3a89335a12 1.89 MB 2,374 3
908,205 908,205 00000000000000000000751c335b8a2fdf01b05a9b10fa408d599dd323982c60 1.93 MB 2,977 4
908,204 908,204 000000000000000000019aa3b339bb14e89ddb259bc0610cee6cfbf5fdf826ba 1.87 MB 2,865 5
908,203 908,203 00000000000000000000add5aece08a8d0a93dd5d1e6bf8d0f14376f9483689a 2.79 MB 1,172 1
908,202 908,202 000000000000000000015859912557be051d7409a9973e645ba49d2cf5f1e0dd 1.94 MB 2,298 4
908,201 908,201 000000000000000000004b723611e4ba94a440d97493b3c153e837be5c1b9eda 2.27 MB 2,264 2
908,200 908,200 00000000000000000001061e9120c210287498f36064d23213aebc4e1ba8d605 1.58 MB 1,546 2
Previous 10 blocks ↓
Total Size: 770.00 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,685.53 GB sent, 97.66 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.