Memory Pool Memory Pool Refreshing

1,754 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.51 vMB 1,754 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (102,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
805,613 805,613 0000000000000000000320f58a735464e48e99d656f889a827749ccca64fed24 1.83 MB 3,196 18
805,612 805,612 000000000000000000009b595593b71e306c4fb20d6e5ba1e3ee0a8ac3b877fe 1.53 MB 2,796 13
805,611 805,611 00000000000000000004b2efbfb83419d3c20da65b0ff8ad98187e73f5623eeb 1.52 MB 2,940 22
805,610 805,610 0000000000000000000235b8890a5760b42d876a94f894e74ad3b8e41d798dd1 1.61 MB 2,829 22
805,609 805,609 000000000000000000049f5673b2c0c29d19305f6ec5a8bc6340399010179212 1.67 MB 4,060 16
805,608 805,608 00000000000000000003787da611aa052a829ce573a0adac1e5c8678f6ce8711 1.55 MB 3,274 21
805,607 805,607 000000000000000000024b31fe4b1b06e7ae817aeb711e5c17d88f8561468c33 1.72 MB 3,613 15
805,606 805,606 0000000000000000000000685308287fb3d0de0a7e4136f29b01b499b5147368 1.95 MB 5,341 18
805,605 805,605 00000000000000000004eeef7b703d92f5295dea6e215a18d665d344dd9ce32e 1.52 MB 2,400 13
805,604 805,604 000000000000000000007414ac2d6b941132dd56ae8cff1fa639ea3789e61eac 1.68 MB 1,949 17
805,603 805,603 00000000000000000001d01c16eb06aea8dab6e462ed3a50086d18f76b78e26b 1.37 MB 2,197 22
805,602 805,602 00000000000000000002456fa4e3f66ead8b0eb75ab12d72b7fe37c58eb57672 1.57 MB 3,348 24
805,601 805,601 000000000000000000018ded54ca0e3cdf81ffbf296071993c21d3a0258467cf 1.51 MB 3,213 26
805,600 805,600 000000000000000000004b78c304733a6d6021d3abc827c56d1e0a909ba7b515 1.54 MB 2,741 19
805,599 805,599 00000000000000000000edafde833430c880face2e0e6443af28f8e95451f3ee 1.62 MB 2,694 25
805,598 805,598 00000000000000000002dd111d5fd8bdb7e95c10ef80097a2883b4f1628f394b 1.52 MB 2,867 30
805,597 805,597 000000000000000000037b7e5f860d764b315c56b7ed6259aae462258f0319a8 1.58 MB 2,733 21
805,596 805,596 00000000000000000003883408b2ad796a9700c073570430b6a48e0c7f0a6282 1.22 MB 1,441 18
805,595 805,595 000000000000000000000201437b7cf8e81fcd38f83186a2a85866aad1fe2bc3 1.29 MB 2,018 22
805,594 805,594 0000000000000000000125321fe45829c4dc00f8523a04351ccf5653d34a8205 1.65 MB 4,088 22
805,593 805,593 000000000000000000013b45bc2ec8215f19b0b0096d3218fd97e7bb85dc49c2 1.65 MB 3,529 20
Previous 10 blocks ↓
Total Size: 769.14 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,631.98 GB sent, 93.59 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.