Memory Pool Memory Pool Refreshing

299 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,450 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 284 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (839,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,380 69,380 0000000000dbe468590d5155784851a5a59ed4a18665320f1cc84e8f8e668c61 0.00 MB 1 0
69,379 69,379 00000000008b2c9260601fdf8ab8df34985e3be5951c684418f3c27cc9c9dd34 0.00 MB 1 0
69,378 69,378 00000000004d57d524dbc690f446e5bc3597a359387648798fe1d8c3b0b5ee16 0.00 MB 2 0
69,377 69,377 0000000000d3b2fc3c507d26fdb1accbf2563a0e04f6cd9fe5e30babc942c7ba 0.00 MB 1 0
69,376 69,376 0000000000f13c25fbe38d141a4f0e4a8b710076602cefef1f739b012a797961 0.00 MB 1 0
69,375 69,375 00000000011c3a1a9d051fc0634d8e045eaa950c0d2ed1a1b1a52956b40952d7 0.00 MB 3 0
69,374 69,374 00000000016473aa79e68b97ebdf2c7ec0d2714f024840c4d491954106c2fc93 0.00 MB 5 0
69,373 69,373 0000000000f749cfdd751b05cfdec49031d1c6083297c6eec0bf2c645d544275 0.00 MB 1 0
69,372 69,372 0000000001418e709318d826e66665ff1cac3ee43bd2d7710ff11cc22a82856e 0.00 MB 3 0
69,371 69,371 00000000009e3e58465a9da1ad48410d0384238269683d47809a232bc63ea1f2 0.00 MB 1 0
69,370 69,370 0000000000d62956258f8985f1abb57c5580d52feed61f68cec06f668fddf32f 0.00 MB 1 0
69,369 69,369 00000000012c678f86a51682207860316fe16d5867f0d957e11651b1b2b43ab3 0.00 MB 1 0
69,368 69,368 00000000015d0f519652860b4b1e0695b958603657e1d943779bf76794bd20b8 0.00 MB 3 0
69,367 69,367 0000000000640e3ebef6b813554cefc2d389f832002a708d6820c5e15b29072a 0.00 MB 1 0
69,366 69,366 0000000000768b245f500220d5c163c8862e78d7b251d4e7c83d23009cd6c9a4 0.00 MB 2 0
69,365 69,365 0000000001241330ab2e963043712624879239e48825625d57433b09e19de260 0.00 MB 4 0
69,364 69,364 0000000000b4fe62b782c6e7c2c753e6edb0a6d596daed9a145ac8fd3ef3fefc 0.00 MB 1 0
69,363 69,363 0000000000139aafb8026a5045f01af962036f00e1e8a69c68e10fa64cf8ab71 0.00 MB 2 0
69,362 69,362 0000000000c02b6c75d342091d94f836aa20417aec99e3fb7d1365c0bfa7c0eb 0.00 MB 1 0
69,361 69,361 00000000013e3a972c217dc27156c67dbcf852473291f47c79560bbd777486eb 0.00 MB 2 0
69,360 69,360 0000000000d1fbf7116fd2d220f29c12c63bd4ffe0375730af9f603729b7bc7e 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.54 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,776.67 GB sent, 99.73 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.