Memory Pool Memory Pool Refreshing

94,864 transactions
30.04 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
878,615 00000000000000000002905c0000000000000000000000000000000000000000 ago 1.00 vMB 3,838 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,614 (209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
878,405 878,405 000000000000000000016b356fe1a9960e1fcd3d065836c5c5a4462a9d0b6400 1.49 MB 3,291 7
878,404 878,404 0000000000000000000022d167604054c19261af3330fee302f4c5a879488c5f 1.92 MB 2,369 2
878,403 878,403 00000000000000000001c198cb99194d26d06412c86067db084dcb6da1f9b25f 1.64 MB 3,276 4
878,402 878,402 00000000000000000002885878eff53dc0afa934b0a2a9f678be7ffcb6abd414 1.84 MB 3,459 3
878,401 878,401 000000000000000000021cd09a012c90b70597794e761f7adb880a948a07e873 1.74 MB 3,583 3
878,400 878,400 000000000000000000010d8a77024546701970e86604f14cf2c6071fd380ca47 1.87 MB 2,321 6
878,399 878,399 000000000000000000018e6a776a94a3608d8001dba92f19a7ba58dfee5699e2 1.60 MB 2,946 5
878,398 878,398 000000000000000000008001c3fea6b938deb5f02233082f5a80cbfa2cac6b1e 1.57 MB 3,680 8
878,397 878,397 00000000000000000000848e3fb011a76e959499d8d964d4e5b1f922f2749e7f 1.54 MB 3,505 7
878,396 878,396 0000000000000000000086dba753802bfa18d8347567220fd4d9b7e67634e735 1.58 MB 3,062 12
878,395 878,395 000000000000000000001500abef83b2eb21966b9095eab0f7370c9fb2ebdd6c 1.60 MB 3,473 7
878,394 878,394 000000000000000000023fa6e16663f107e21b7d632627cdab4e50a7c2f736c1 1.74 MB 3,137 5
878,393 878,393 00000000000000000001414dcdb7d899ab6b1d2fb02f6c623098a8e228c570d9 1.64 MB 2,070 4
878,392 878,392 000000000000000000027c08a2bb1f2c8e3e12d0312a4514be1f0e77d9b1bd48 1.58 MB 2,534 5
878,391 878,391 000000000000000000013756524ce3c9ee79ec2e5978181b1fc983855138d48c 1.57 MB 3,154 8
878,390 878,390 00000000000000000002257a376e77675dc363b365b2c0a35985024c3994797f 1.69 MB 2,170 5
878,389 878,389 00000000000000000001ac9c045fb40bc5655cce94c7921fb136d8f464c1e487 1.56 MB 3,995 7
878,388 878,388 000000000000000000000734d9a32441760ca6250d9ca40e371b1f1c47e7f4df 1.50 MB 3,532 10
878,387 878,387 000000000000000000012960722ac20192518663956c56f3c7b738552e1de12c 1.61 MB 3,864 8
878,386 878,386 000000000000000000007271168c17285c1656455c8432cd33d5738122bed323 1.55 MB 3,481 9
878,385 878,385 000000000000000000026bad7ee0182203e24c96fcdb98e03141fbdd446ef12c 1.61 MB 3,762 8
Previous 10 blocks ↓
Total Size: 715.56 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,447.23 GB sent, 43.26 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.