Memory Pool Memory Pool Refreshing

3,407 transactions
1.69 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,692 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,342 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,691 (554,039 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
353,652 353,652 00000000000000001007e114f27605fc810349f5ea20868b88399af30c185fff 0.42 MB 620 17
353,651 353,651 00000000000000000ac8087ea23498ebee77f1ad61d3ec97843a11d55037887e 0.35 MB 558 22
353,650 353,650 000000000000000008f48879e4964fe3bcf1f978ad98fa2f37da8f9566e5246c 0.75 MB 2,077 37
353,649 353,649 000000000000000007f6f49b31ed6bf8c1626f664252dc549f9186d23b20edd6 0.40 MB 506 17
353,648 353,648 00000000000000000b19adbfdd7810cc57ce1e1de53ae9ffb3704eb6d502ff94 0.00 MB 1 0
353,647 353,647 00000000000000000b205724a659e80afa08e155a74d04fa2eadecc46672d4b9 0.75 MB 1,536 30
353,646 353,646 0000000000000000033f8e2acee329c62c5ec4a21060494985920679c030621b 0.93 MB 1,567 25
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
Previous 10 blocks ↓
Total Size: 768.97 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,615.51 GB sent, 92.64 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.