Memory Pool Memory Pool Refreshing

8,936 transactions
2.96 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,697 (602,186 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
305,511 305,511 00000000000000004ad29f8692d0a249acc8b1732a5dbaf25602454c9156a24e 0.17 MB 335 32
305,510 305,510 0000000000000000595f6102ee076e6691ee37bcaee222a5836e854be746edeb 0.38 MB 657 106
305,509 305,509 0000000000000000506e4c5917f935b0a65ba3d08d908ee1b8b25fa98d64f060 0.19 MB 49 8
305,508 305,508 00000000000000000455687997aad5067fb3c9d03c03c5467d79e801dfa2ed6c 0.25 MB 600 42
305,507 305,507 0000000000000000010a7b3433afe762c9e98bf28f59adbb23a138a68d7fb277 0.07 MB 60 11
305,506 305,506 000000000000000028d7e29f831d10597d02e6c41a45c5932a7fc1d64699eb67 0.15 MB 259 27
305,505 305,505 000000000000000017625e1ba6efaaf9b3c5001844485912036105e489bcf867 0.24 MB 434 28
305,504 305,504 000000000000000059e2feb635af3643ed9b564739d044d686b3285272e457a9 0.32 MB 349 18
305,503 305,503 00000000000000004de0facf4b18abb6a3a436b2e2a6238755a5a6f8adfa344a 0.07 MB 61 11
305,502 305,502 00000000000000002891f95a9f73305150974ef0f6b4277c719d7b240258bce2 0.15 MB 242 28
305,501 305,501 0000000000000000376e3d30ab87d9d6dc6f116d25702ea01097541fd6a597d2 0.16 MB 279 29
305,500 305,500 000000000000000053d32b888c3c9c80581dc9d2f77314dd20f56aba705e32af 0.19 MB 310 36
305,499 305,499 00000000000000002ae23cea259bc06f3e23e2a039dc34ef0c8afb75374f6f16 0.04 MB 73 24
305,498 305,498 00000000000000004d28d2ed3ec617051e09b222c067ac11d254acd9c2e7e304 0.08 MB 147 26
305,497 305,497 00000000000000005c7b05e155347a0e8f5885f3065a28584cfdf4e98e1c2708 0.12 MB 169 24
305,496 305,496 00000000000000004e69d1c6078d6dbaf4d3b933356c0fc97e8f8a1fd28c8aed 0.29 MB 473 28
305,495 305,495 00000000000000004091f0792cf61bd3c182e28f945028626f9f7950d2928c51 0.35 MB 587 33
305,494 305,494 00000000000000005ba22d443aad702f5a96241978d62024a8961d5a8563fb0f 0.26 MB 494 36
305,493 305,493 00000000000000002a190823ca3511807f2affdc016f38e1138bb6fbef92385f 0.07 MB 81 14
305,492 305,492 00000000000000004496e78965f941280ba7efa39763eb913c86548ff2e40ce6 0.02 MB 25 14
305,491 305,491 00000000000000003a34d1cacec57da9693552172f7f59d51a78c9771fadf639 0.31 MB 175 13
Previous 10 blocks ↓
Total Size: 768.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,616.38 GB sent, 92.72 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.