Memory Pool Memory Pool Refreshing

486 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
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
908,435 00000000000000000002349e0000000000000000000000000000000000000000 0.17 vMB 463 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,434 (53 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,381 908,381 0000000000000000000232b1c1164e532afc17c8dfc6d9a929d7bb6ea4717e7b 2.06 MB 922 0
908,380 908,380 000000000000000000021888ee82d6e593f6b8bbbb3c766266b20ccf338909e2 2.39 MB 1,429 0
908,379 908,379 00000000000000000000889303608e72e0da042be9ebda1eec2a11612c9f14b3 1.73 MB 3,350 2
908,378 908,378 000000000000000000007a0e17be2f7f96e60f034687916f50d2aaee06dae914 1.58 MB 3,345 2
908,377 908,377 00000000000000000001673be971d44201f1bc09f2ac59ad79b028bd44d62bd8 2.38 MB 2,271 1
908,376 908,376 00000000000000000000e134f9578397f1fc6baa55813156a79d221616a0f0a6 2.04 MB 2,900 2
908,375 908,375 0000000000000000000027346070993c71b7a7fb5ce4452f1c0b649f6d778700 2.06 MB 1,654 1
908,374 908,374 000000000000000000006fd7c3f2fc6051a0d066200e9afb74c30b8b40659f63 1.59 MB 3,218 3
908,373 908,373 00000000000000000000beab160555c4f52abb2ce0348d123956342bfafb325e 2.24 MB 2,272 2
908,372 908,372 00000000000000000001c7d19b3ea6d830518d5daed0251a17d2e9556986f720 2.18 MB 2,212 2
908,371 908,371 00000000000000000000339d3dba299aff670d251dd5fbff4246f324b9f71cff 2.00 MB 3,107 2
908,370 908,370 00000000000000000001d8816f37666d51cc04f2aa6df782357a594378bb8a4b 1.59 MB 3,721 4
908,369 908,369 00000000000000000001d465b6461180cfbbdf71294ab3bbde460e88052bb9ad 1.47 MB 2,247 2
908,368 908,368 0000000000000000000207803f15ceadc3eb35c2922f5e5bbb4297b531ea5078 2.87 MB 1,718 1
908,367 908,367 0000000000000000000078aab87e75e7357acbf6fbd57b74404dfe678f6268ae 3.55 MB 552 1
908,366 908,366 000000000000000000003ed0883273919cdffba483e95fef28c6834265fb0814 2.61 MB 1,702 1
908,365 908,365 000000000000000000017f2d32b53c95b210f47b189867373f6a385cd58abe7c 2.71 MB 1,537 1
908,364 908,364 00000000000000000001cfecc33b98b2dc2bb154f6600657f987ddaa72f5786a 3.72 MB 451 1
908,363 908,363 0000000000000000000177ef98ba484b607420f0b4840bc94bd668150fdd586b 2.53 MB 1,621 1
908,362 908,362 00000000000000000001e44f998771a8f1cf46871ccbb9b7b3c58a3a9868b086 1.42 MB 3,085 3
908,361 908,361 000000000000000000003cdd60b498b3c9d3a6736b3624cc1db3bb5e8da58b60 3.15 MB 1,229 1
Previous 10 blocks ↓
Total Size: 770.51 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,773.33 GB sent, 99.61 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.