Memory Pool Memory Pool Refreshing

2,821 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.96 vMB 2,816 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (367,293 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
540,454 540,454 0000000000000000001cf85815601e73330f051f0f0bb77d9896de7396f67fce 0.70 MB 1,240 18
540,453 540,453 0000000000000000000d76ca47a57e947e60d8195c7a51275d7f42849146ce1a 0.46 MB 917 34
540,452 540,452 0000000000000000000ce50f91991dc82b1a2f4e69c65ba9fa2559decfa57745 0.27 MB 563 22
540,451 540,451 0000000000000000001f0d855ee357e4da0a91f0fa52d03860c53da3caf1f405 0.22 MB 304 7
540,450 540,450 000000000000000000203f4d7bb510e0896baa324b574a9eed995be945c298c0 0.17 MB 345 43
540,449 540,449 00000000000000000012e988ceec0b3e86e604f7771079745b663878c7a5f6e0 0.26 MB 495 21
540,448 540,448 0000000000000000000b30f2d877a15b6e65dbbdf7c676995c32d415d1a46497 0.33 MB 665 22
540,447 540,447 0000000000000000001fed10566e1c20f37c6969c82822bfa207f5d915805d22 1.14 MB 2,140 22
540,446 540,446 0000000000000000000038addb8d8791d851e9e18063ee941e37a8c47f706ae9 0.35 MB 853 25
540,445 540,445 000000000000000000150c137aa72523e43a3f7845b5c6cafb7686da1c7a7ca2 0.17 MB 303 23
540,444 540,444 00000000000000000027373907b2a5947f81d9b66a329ef08e49b55960a24b38 0.45 MB 864 26
540,443 540,443 0000000000000000001433919b9bc2451bfe64931435b923f674157b57864555 0.10 MB 252 48
540,442 540,442 000000000000000000227acd95d5a2cfbdc0c23507c88c5a5c368d25abfa6054 0.49 MB 986 23
540,441 540,441 00000000000000000026928bbbd188d8420be25b0867020791b1cd74ce829fb2 0.25 MB 483 26
540,440 540,440 0000000000000000001e4db6f750929f0f2b3e23151eb3f617369775dbe8611b 0.45 MB 918 12
540,439 540,439 00000000000000000010da7277796406d00595c380d90b5dbb342a523fd3ef5d 0.47 MB 1,048 38
540,438 540,438 0000000000000000000ba9a3a517a87d335ff884e77266dc99215b34958ccfcb 0.13 MB 221 23
540,437 540,437 00000000000000000006d1c21f2514ef6c75dc103ade31907ba689dc3586b3e2 1.10 MB 2,191 24
540,436 540,436 0000000000000000000318d0036a7045236ed2c801a60d470e2413a7ff8740a1 0.01 MB 20 11
540,435 540,435 000000000000000000099ec80636b45510a9ffbf69f45e20eebc6089890f8d75 0.05 MB 121 39
540,434 540,434 00000000000000000023989cf24f209c8ddca727fea869cd35dbdbd63dba86fa 0.06 MB 165 34
Previous 10 blocks ↓
Total Size: 769.07 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,628.11 GB sent, 93.23 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.