Memory Pool Memory Pool Refreshing

12,763 transactions
4.00 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,037 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (654,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
253,038 253,038 00000000000000483218f38ac9692528e53ebf31b514dc6e874b56b5a9dac392 0.24 MB 548 70
253,037 253,037 0000000000000039948163e07520a8096b87005ad5a2f440957033d1a2e5a719 0.25 MB 669 163
253,036 253,036 0000000000000006bdf2f2ed0143993aba1137e43d5ba23a3ff2e3155b80f634 0.23 MB 602 120
253,035 253,035 00000000000000524cec420a64dbb2da3d23b254b2956250cc6f57d15a1df29a 0.03 MB 68 100
253,034 253,034 000000000000000801dd8a11d17ababdb6ee7e148247cc13d3f78834b45acfd0 0.15 MB 330 81
253,033 253,033 0000000000000039ebc981d824bc15e3d266101c4e4027e1b86285c291aca34a 0.11 MB 256 156
253,032 253,032 0000000000000050a02cefdff7fd69b9e087f8d44c922fc50b6786e5300a4481 0.12 MB 281 114
253,031 253,031 000000000000001ddcda9cf45539d0c26648c271f2503ef9e25d9d67993d6bb0 0.13 MB 222 128
253,030 253,030 000000000000000a3dd0e6cba1ed6a2b6e255f2c9c43c33cedf1fa8fe3ea0a60 0.09 MB 194 32
253,029 253,029 00000000000000339ce4cadf46155da1fa6d9a9c7103bef394d547d8d377b877 0.25 MB 588 180
253,028 253,028 000000000000001537f7a113a8883cf76b73748ccf30de931425dad3f2166a41 0.19 MB 422 74
253,027 253,027 0000000000000008af31e5c69ecb556fe5ab0634c5d19513b9c133916502d5aa 0.19 MB 512 209
253,026 253,026 00000000000000392d0c27c6d49f9917c493e499753ca93a3e121da6240e336f 0.10 MB 327 11
253,025 253,025 0000000000000010f8322171f9cdb4939df2bb4cdb2c45b8ed11c1b6771880d9 0.05 MB 114 108
253,024 253,024 0000000000000012ff86aec969b172839413f2c5f39444819e85effeff12ba71 0.17 MB 402 140
253,023 253,023 000000000000002181bb17f669e3ff4426a33e018ca6c53b330036281e87ed50 0.36 MB 951 129
253,022 253,022 00000000000000456ebd5163ddf8648a208e829e8e13198a0f85463b02e5a234 0.18 MB 313 45
253,021 253,021 000000000000000d462336b8f59ad0aca3ba711a1dbac07a99e29140907f1d4a 0.25 MB 577 151
253,020 253,020 0000000000000006149e77f69ab260de525e57098421acfa32c89c3b61dc13a8 0.02 MB 42 89
253,019 253,019 00000000000000460f58758f68896b36682b38a2c9ec93cef342d0b94d2287eb 0.01 MB 38 100
253,018 253,018 000000000000003a336e0911ac14b4438677f2d2ee661526775c6357ee803cd2 0.13 MB 298 120
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,622.19 GB sent, 92.93 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.