Memory Pool Memory Pool Refreshing

1,998 transactions
0.85 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,369 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.85 vMB 1,994 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,368 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,368 908,368 0000000000000000000207803f15ceadc3eb35c2922f5e5bbb4297b531ea5078 ago 2.87 MB 1,718 1
908,367 908,367 0000000000000000000078aab87e75e7357acbf6fbd57b74404dfe678f6268ae ago 3.55 MB 552 1
908,366 908,366 000000000000000000003ed0883273919cdffba483e95fef28c6834265fb0814 ago 2.61 MB 1,702 1
908,365 908,365 000000000000000000017f2d32b53c95b210f47b189867373f6a385cd58abe7c ago 2.71 MB 1,537 1
908,364 908,364 00000000000000000001cfecc33b98b2dc2bb154f6600657f987ddaa72f5786a ago 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
908,353 908,353 00000000000000000000dc7a64cd3618b12237c2232bd05fa44fbad58295565d 3.90 MB 48 1
908,352 908,352 000000000000000000011c3a72c78b07623de5b7ad19a097a577a7f15564fae9 3.05 MB 1,164 2
908,351 908,351 00000000000000000001877c81d46d0e441bd444df32b4d8d3a3c3bb69e898d9 1.82 MB 2,400 2
908,350 908,350 00000000000000000001a3c89dc62ea021e2a59b6e71ef4b0744f13fbf47a799 3.63 MB 240 1
908,349 908,349 0000000000000000000049d19f421efad7e72cb880306afb85352191b4b06cc2 1.91 MB 800 1
908,348 908,348 000000000000000000001a351d6030d127b031bd364248aa037b315c5b4b2f3a 1.06 MB 510 1
Previous 10 blocks ↓
Total Size: 770.37 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,703.17 GB sent, 98.98 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.