Memory Pool Memory Pool Refreshing

4,197 transactions
2.74 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,690 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,455 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,689 (845,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,671 63,671 000000000255668b8d1711f6d0d524bdf099553ded4a3949bce603ee088adcef 0.00 MB 2 0
63,670 63,670 000000000bb041d59030a0ea2a5d0e69d5e19d6a0360f467561e4fe4355bd132 0.00 MB 1 0
63,669 63,669 0000000006376b92d224415898b263365853416d8ba3608627655f18f4ac4fa8 0.00 MB 1 0
63,668 63,668 0000000005434914e6eb5dcbf1bb960934cc828cdcb798e3343ff04d1b40a6cb 0.00 MB 1 0
63,667 63,667 000000000c342f7a30cc043cde640b1d168d7da8ebe96b44472e5c0c19dfdfac 0.00 MB 1 0
63,666 63,666 0000000005b697e9efb178f73612e5766e4c75bd863506a01fbf5f66a589171a 0.00 MB 1 0
63,665 63,665 00000000046cde451f5156b622d3090dcfd1595fb6ce7ee539c3233a7fe4b5a1 0.00 MB 3 0
63,664 63,664 0000000001646a4c09d41ec7a56b54c5a07d03b7f536213520cc0a157e03481f 0.00 MB 1 0
63,663 63,663 000000000489998b1b1fc96f867d25a91af69c46f96d0103299bbf6887ed8e78 0.00 MB 1 0
63,662 63,662 000000000a99eeeedc83b7d8d6d68e6ef7fd59049d26236f8481c17701561885 0.00 MB 1 0
63,661 63,661 00000000078e5a97cc40041010213e4c35c5b79d06df9851dc15ef0bc5ecac40 0.00 MB 1 0
63,660 63,660 000000000d158b7e2766be562b44f01ba42b77d728ffe5252b1de7af7fc935ec 0.00 MB 1 0
63,659 63,659 0000000002b2064944adae40240956279a0e2bf5a9e79aae9eca1855ef21b1be 0.00 MB 1 0
63,658 63,658 0000000009f58eeb92f128bc9d7f3fbbcc0c52b959fb556d9fbba2ca374ddf6e 0.00 MB 1 0
63,657 63,657 000000000bdca7c1345ac1c7937dacc53582c61807b069df898de727f5872583 0.00 MB 1 0
63,656 63,656 0000000004a3bc7d048a44a58260decf9cd6af45f1fa0d9e5faace654fe4491e 0.00 MB 1 0
63,655 63,655 0000000005f00d9d3baa7425f2f11849da46ac34502a3438e0c02dfa5512a2e2 0.00 MB 1 0
63,654 63,654 000000000669df92f2e3eea8f6769cdf4fe30fc8b892a31b6f347f347cb3b2d2 0.00 MB 1 0
63,653 63,653 0000000008950ddeec826e3c94fb73534e82737b7e629ddf4bd5f41db949908e 0.00 MB 1 0
63,652 63,652 000000000620a4eeda15abe0fa7442436596e959760e001c7ed748c27ee3a3aa 0.00 MB 1 0
63,651 63,651 000000000a995f333759473baa01dd15c292413cfb53cb5a732dffef0ef2f46c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.98 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,854.10 GB sent, 101.86 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.