Memory Pool Memory Pool Refreshing

14,143 transactions
4.50 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (578,399 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
329,319 329,319 00000000000000000e6dc550f21d0a32e9dab7f62a0369d3f3ed3f861d06efb8 0.18 MB 368 30
329,318 329,318 00000000000000000aac81bb50fd4b510233af408e738cf336b10d83a628212e 0.21 MB 373 25
329,317 329,317 000000000000000002bce453afafb980a09ddd2be2b3719769032f0b01f52626 0.64 MB 1,093 25
329,316 329,316 00000000000000001800abe9511aef5ebd4993975dadb99d0e63d6d7f543aec9 0.27 MB 498 26
329,315 329,315 0000000000000000018dab140927ee54c74b470e7ef982f71604c9fd8e4939c6 0.10 MB 266 8
329,314 329,314 000000000000000011d748f92f2156576742f7b71308a8a7dd0e5bb9f53f00a6 0.10 MB 157 21
329,313 329,313 000000000000000004279f4e59fff37e11d32d7c13bd85ee8e8a5f552eacf9a8 0.13 MB 143 16
329,312 329,312 000000000000000001559c301d6f3488b2ccf8e36223dafeece8ed90bd7d5b8d 0.32 MB 555 28
329,311 329,311 000000000000000005ad87fff905151b788076cce22f3f597632a21af05f700f 0.10 MB 131 17
329,310 329,310 00000000000000001b696ca6cd377aa2ef13609a9e169cdbdf006e54fca49334 0.41 MB 740 26
329,309 329,309 0000000000000000188f3eb9eeddfc8a1f28067eb9d510f8b3cf2eb811b5ce15 0.04 MB 128 33
329,308 329,308 00000000000000001a47b65c30e4581a05b7297d7ccb600df9db4a294f00fa55 0.41 MB 830 30
329,307 329,307 00000000000000001b0d084fdf8cda78ae69b0b274ce0e552284595be82d30b2 0.36 MB 709 29
329,306 329,306 00000000000000000b48766d0c8d58ef695a7cb0eb9ba36ad37174b026369812 0.43 MB 558 25
329,305 329,305 00000000000000000172d49e879c90ff287db7fa58a55a4e019f3815769eeda7 0.16 MB 266 23
329,304 329,304 00000000000000000984e7e0ee321bf1bd4ad98c7e21e8543c65ee86aa6f1509 0.04 MB 32 76
329,303 329,303 000000000000000001407c27a8237e7db06e07f9555bee143f7bda32768fe797 0.62 MB 1,006 23
329,302 329,302 000000000000000006bd38ef87bca3caf1a29170342ab1ae0abfc19215a7bdaa 0.32 MB 577 27
329,301 329,301 000000000000000000e0051a82878d9b7537e4f4bc7e45c347a10ccb0953e231 0.04 MB 57 16
329,300 329,300 000000000000000008dd51e505d5f459ebd5795aaf2db2fb5ab22bfa57c88984 0.23 MB 188 15
329,299 329,299 000000000000000013727b6e00f455394237fee6abddb27c5820e76a2de9de37 0.75 MB 1,295 27
Previous 10 blocks ↓
Total Size: 769.02 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,622.95 GB sent, 92.96 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.