Memory Pool Memory Pool Refreshing

1,439 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,488 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,436 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,487 (113 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
908,360 908,360 00000000000000000001683f9af73208b4e92828e25b88f5db6f87860048c67b 2.04 MB 3,130 3
908,359 908,359 0000000000000000000134497b68d3b88223d2f65b0c819420bae566d39cdac6 1.95 MB 2,979 3
908,358 908,358 00000000000000000001dcdc5cec33d3dbc1b43928386f62c54f7a02fad0f842 1.59 MB 3,086 3
908,357 908,357 00000000000000000000c51a35acb6497978f9bbf490f40f9c939d72e75d610c 3.36 MB 838 1
908,356 908,356 0000000000000000000116a40b3a27066c610a969602b57fa676dd63a3fbb07e 2.82 MB 1,430 1
908,355 908,355 00000000000000000000e36d6069e27c69626aec37a6276cdabcbdf01cd866f4 1.57 MB 2,006 3
908,354 908,354 000000000000000000001633f55e2767469123b68a125d3d2ca1e7822a778721 1.55 MB 3,419 5
Previous 10 blocks ↓
Total Size: 770.61 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,809.09 GB sent, 100.05 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.