Memory Pool Memory Pool Refreshing

8,501 transactions
1.95 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,706 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,937 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (554,060 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
353,645 353,645 000000000000000015bb6df4c5f02326dbcbebc60915ca957e67ec99ebe8f7c1 0.10 MB 175 24
353,644 353,644 000000000000000014d9f264f68eacbad318ce09119624ab585a6e4cd6a4ef35 0.00 MB 1 0
353,643 353,643 000000000000000014002c950e766ad4aaebc548e4388303d23440cabe6e65b8 0.45 MB 849 29
353,642 353,642 00000000000000000cad8b770bb67c42870f2d19ebd298e9eb76a3bfe846dc10 0.41 MB 759 30
353,641 353,641 000000000000000010f20412584ff7dbe3e0b59a43243a1864639d75efa87557 0.15 MB 256 24
353,640 353,640 0000000000000000067d5c5a0846f0251a3c6d2cb85c14f1081e506a165b4eca 0.17 MB 316 27
353,639 353,639 00000000000000000d9184557e997110d55afc99b727fc52308661b950b4e2db 0.92 MB 1,874 31
353,638 353,638 0000000000000000110b3e2fa9b7afbcddba7ca53ca6a0249b2150583236c9c9 0.44 MB 803 27
353,637 353,637 0000000000000000044641191f455575683dd676b31ff67be3020b429daae971 0.06 MB 142 28
353,636 353,636 0000000000000000008d9c88cbd34bb29b7b71ca6aa935f0e7f572ddfbc44edd 0.12 MB 262 25
353,635 353,635 000000000000000006464c7dc457d2d72314b395aa508bd89eded0ff9aa4dfcc 0.41 MB 778 26
353,634 353,634 000000000000000002758b25ea1d87014f52053c94d09f937b9450aaca620614 0.03 MB 94 29
353,633 353,633 000000000000000005c5c83a68f42f98c69baf71939409a12db45ea10c99312b 0.77 MB 792 15
353,632 353,632 00000000000000001598b7583cefcda64417039746d9261db32a10efbdb398d9 0.66 MB 90 2
353,631 353,631 00000000000000000c46a10d261542ee249c71dd3fa866ec69908643483a91e7 0.74 MB 524 9
353,630 353,630 00000000000000000353374df7ebae8b8e5afb74f9851162e2c1fa591ad65646 0.75 MB 605 12
353,629 353,629 0000000000000000029b3e25a124a877d7db0e298bf1735cbfca3f216e87962d 0.97 MB 639 9
353,628 353,628 000000000000000005b45b3e871126692a08ef086008fa7a2f7a60650d42b405 0.75 MB 1,894 35
353,627 353,627 00000000000000000ef9c219530ebbdd3dea14d93a9fa026fce67b54defde724 0.13 MB 74 6
353,626 353,626 0000000000000000097007f583caa0768daab249a9a9b64eee5d815d7c771e45 0.01 MB 27 20
353,625 353,625 000000000000000007ee0b8ec8a66a9400002789b769fb26b2d70fd180bac66a 0.27 MB 519 24
Previous 10 blocks ↓
Total Size: 769.00 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.64 GB sent, 92.79 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.