Memory Pool Memory Pool Refreshing

37,430 transactions
29.81 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
11 sats/vbyte 2
11 sats/vbyte 3
6 sats/vbyte 6
3 sats/vbyte 12
3 sats/vbyte 144
3 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
876,026 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 1,785 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 876,025 (22 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
876,003 876,003 00000000000000000002729ed76656bdd4aecf29625d98164c8e2d529bc68f7a 1.73 MB 2,682 5
876,002 876,002 000000000000000000000546f9e3ab2fcfe59a8f1cc308d6bdc5d4a3f6323429 1.31 MB 2,457 12
876,001 876,001 00000000000000000001a331ae84dff5835ee921f4d5eb75491ffa686d03ff06 1.62 MB 2,509 9
876,000 876,000 000000000000000000001ee65f6003b72a5569ba663ae555496edf111de79a18 1.54 MB 2,051 11
875,999 875,999 0000000000000000000157f0782c4f383f8387354192162bb5e52d05c42fbc42 1.90 MB 1,791 10
875,998 875,998 00000000000000000002900c6d20b3a0695628722d66eace4629ebe8d92abde0 1.49 MB 2,751 18
875,997 875,997 00000000000000000001ff40e5b47a0c201ef46f800fb298333c121c072c7e93 0.00 MB 1 0
875,996 875,996 00000000000000000001e2f41ad0b3a6ee8396e7ad43fdd3bb276a8fbe977320 1.65 MB 2,334 13
875,995 875,995 00000000000000000001d1985590cb7b4b4b5c31106ad4ed0dcd7e8ea24a1de0 1.43 MB 2,107 16
875,994 875,994 000000000000000000013abef7533b0ff244c114f516032470b8160b3bf7f357 1.37 MB 2,665 25
875,993 875,993 00000000000000000001caaa954365bf6579ec26650282567981779df95fd4e3 1.18 MB 2,246 24
875,992 875,992 00000000000000000000d0b9ea32b5fe5298fb7eb16c5c97a9cbfba78502cf7f 1.23 MB 2,419 19
875,991 875,991 000000000000000000016577be13518ed3a25ec028a7d23fb400d0285c3626ed 1.11 MB 2,043 14
875,990 875,990 00000000000000000001b71e10f5fce57ed9e68fbe42f1de927bc3e644e04a0a 2.81 MB 232 2
875,989 875,989 00000000000000000002800b23f25d7f49d726754886c0024b1dbce609d431c8 1.65 MB 1,029 3
875,988 875,988 00000000000000000001f66177feb59b61e8b3b40025cca70c8d588f4c58a7c0 1.43 MB 1,938 12
875,987 875,987 0000000000000000000050cd6be373b2b166cfd1e9f09cb1c4a184c9cb7e3f1d 3.02 MB 512 3
875,986 875,986 00000000000000000001cbb27bb35b6e50dfc42b662ae32c55062b44c2defade 2.16 MB 325 2
875,985 875,985 00000000000000000000e774263c600190a44c1741331db4282d005f12d9ca8d 1.41 MB 1,116 3
875,984 875,984 0000000000000000000155b3ae2ecbea545bd7cc52bac303ec940d7dbe69a982 1.73 MB 1,611 7
875,983 875,983 00000000000000000001147b6fe5863487f6c5b7242d7a30456d8f6d609ed0d8 1.24 MB 852 7
Previous 10 blocks ↓
Total Size: 710.54 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: 667.81 GB sent, 15.45 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.