Memory Pool Memory Pool Refreshing

7,321 transactions
3.41 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (349,682 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
558,041 558,041 0000000000000000000054811d44cbd7063d8bd961973c613e8edabaeb307231 0.45 MB 720 2
558,040 558,040 0000000000000000000cf98cac445982ab0b3ca4827883444f985da9ada89740 1.10 MB 1,947 5
558,039 558,039 000000000000000000051984faf7cb5a6d0e7e961e103cf2e360d635583ca021 1.14 MB 2,284 9
558,038 558,038 0000000000000000000371224074d6dfa2daec5f519fed8f934c4d6087a59dd6 1.23 MB 2,324 8
558,037 558,037 000000000000000000146bd25416add954e8f71ee59e22877591f16f9196b6e1 1.22 MB 3,041 19
558,036 558,036 0000000000000000001c0e9f0d5e9881e722f8bb63b3bb58ec34587d3dfca6f4 1.27 MB 2,441 35
558,035 558,035 00000000000000000018dc91c0f1c84b0352a93a5eabf9e36b72f2b0001579b0 1.64 MB 1,595 18
558,034 558,034 0000000000000000002c78780343bdf9166d4b534ce8c625f98d762c8ccd5ff4 1.32 MB 3,157 26
558,033 558,033 000000000000000000012c03125844d47474713084e2ea891b407a84f03c8fef 1.46 MB 2,971 63
558,032 558,032 00000000000000000007c6983f088338c27365be6dbb65637c907744e4aab5ea 0.00 MB 2 12
558,031 558,031 00000000000000000000bba3573d38b8399489b2d87319d8524b11a99fc077b5 0.45 MB 1,183 15
558,030 558,030 0000000000000000000cf73b5b0b24e267d847113f548a6691f4aaa88a2da7ac 1.19 MB 2,925 17
558,029 558,029 0000000000000000000b95576f66e9acb578d0aa8a1673af1c5abde6dcd81d7e 1.07 MB 2,692 3
558,028 558,028 0000000000000000002c066f2aca4c3790d5d0134978bb1200d003f859adbd00 1.22 MB 3,109 21
558,027 558,027 0000000000000000001125e2a0596c5d4600d9afd4e0dab5866b32adb505ba8e 1.15 MB 2,311 9
558,026 558,026 00000000000000000002931b2d05bff26a48d6cb0b10662aa024dd3e4bffaa15 1.32 MB 3,368 42
558,025 558,025 0000000000000000001a81b5a8e1115bc1319408fdc89e1ef2552dbe9f16f9c8 0.18 MB 431 21
558,024 558,024 00000000000000000012783b3b12dbd09659739d25d7263af7a34b0dcb075215 0.35 MB 924 8
558,023 558,023 00000000000000000016eb699da3231796ce0115d3d3ed20ce0d6193cc865379 1.21 MB 2,891 17
558,022 558,022 00000000000000000023720e4c4c51d0e66fbac6c64476d83b72e93449faef60 0.43 MB 1,075 12
558,021 558,021 00000000000000000002750099e318b649cc054ec8453a0ffebcc5cb14c80459 0.24 MB 667 18
Previous 10 blocks ↓
Total Size: 769.03 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,624.84 GB sent, 93.01 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.