Memory Pool Memory Pool Refreshing

2,889 transactions
1.07 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
907,915 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,705 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,914 (671,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
236,627 236,627 000000000000015cdb2902b1e3d37c8f51c1c61c9b33cb871121cc1f25e5988c 0.25 MB 478 100
236,626 236,626 00000000000001185506b48ff1006758e6f5feb3a9320f1bcd874f839178fcc8 0.25 MB 607 199
236,625 236,625 0000000000000006da9259e6939c97150e5b6e6567e711eb4becf85226252d53 0.15 MB 328 152
236,624 236,624 00000000000000f7a745bf176ffcea3fe3b0b79581f17e332ddd70ce7d3e937f 0.16 MB 400 186
236,623 236,623 000000000000002b328d7d03bc80f32af772dbf0206b9ab7320668feb222b4a8 0.32 MB 635 128
236,622 236,622 00000000000000941011011e717c1e7960b531f8a184edf2f86e7761331ee051 0.00 MB 6 376
236,621 236,621 0000000000000002e6e4d387833f6e571a46b08c3c0993e5688474ee68ca0be7 0.20 MB 319 130
236,620 236,620 00000000000000246521fa27765fd93c695538ba7fe86612cb3f7fb6f570fb52 0.25 MB 557 166
236,619 236,619 00000000000001548c4b4a953425ce7621e1a0bb21fb04f9ffa52188cff39da3 0.47 MB 1,170 185
236,618 236,618 0000000000000157f2ea0148810c81bb22cedeff808ccee6491d4da415b973a7 0.10 MB 228 145
236,617 236,617 00000000000000b425aebec54c4836e77ccace137e8798225ca388724b042a0c 0.12 MB 297 176
236,616 236,616 0000000000000066b5d4955bb093ecea01dc0a1840d3f508f5515b59e8109047 0.05 MB 45 47
236,615 236,615 0000000000000090df1ec448b4478e66f91888431fb3744da0013c7630b545c7 0.20 MB 405 160
236,614 236,614 00000000000000a2083bfd581b86663800327f2be0831162c0eeba51a4bc7d3b 0.22 MB 539 170
236,613 236,613 000000000000001d1fd0aad4d83b149023c74477f813098bee56e289f4809c13 0.16 MB 389 194
236,612 236,612 00000000000000e49dbd01ef51fc85d4471ffb3b2dce553c5efd5124e65d1981 0.05 MB 128 86
236,611 236,611 00000000000000eba4773dca119669b2d704e4bb05e73d42bc67205fb19c8583 0.05 MB 91 118
236,610 236,610 00000000000001409c1fd744cb26c8eb0b99dec55d3415a1abe2681da68ed898 0.19 MB 471 118
236,609 236,609 0000000000000176d87c42ed941513f0f0a9589ffd440af66875f74d3fe04c7b 0.17 MB 255 115
236,608 236,608 000000000000011cac812243ac1cb6e285752804352be576664f37a55aba7537 0.25 MB 545 156
236,607 236,607 000000000000007e519c5c177db92d27415af0da335cfd5056321c3aa652de59 0.17 MB 512 273
Previous 10 blocks ↓
Total Size: 769.38 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,644.16 GB sent, 94.85 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.