Memory Pool Memory Pool Refreshing

897 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,990 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 886 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,989 (7,339 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,650 900,650 0000000000000000000089e48f9c2d203932e001129037fada0622096f4743c5 1.69 MB 3,614 3
900,649 900,649 000000000000000000012f4c0fc417a6ebd0bda2122f0b389ff4ae5937385945 1.62 MB 2,930 4
900,648 900,648 000000000000000000007d6f2587e54758548a2fefbc86df9ba367a4b47b8f7a 1.64 MB 3,515 6
900,647 900,647 00000000000000000001a67818eb6105f82a87bf0629cd34df5ed42d456c61b6 1.68 MB 3,437 4
900,646 900,646 000000000000000000022ddde68d82941f1074cf5e80339280eab334a479cb16 1.61 MB 3,431 7
900,645 900,645 0000000000000000000084db84961107ab10e74fca8250639783cf468ec0573e 1.58 MB 3,619 6
900,644 900,644 00000000000000000001d22b92665fee8398f76d1e046d59a83d14d0fb01f9cd 1.58 MB 3,555 7
900,643 900,643 0000000000000000000095c644fd394688a9f2d0941e9d9fe92cd75c220f13f3 1.48 MB 3,598 9
900,642 900,642 00000000000000000001aefc1a67040ef89399c26ef895e5fcea4d7655964b92 1.61 MB 3,957 3
900,641 900,641 00000000000000000002087ce9c08a0c7a7347749a6d35aa547c6a60f038b3e1 1.59 MB 3,957 4
900,640 900,640 00000000000000000000e642faa4a015241de33cf8026e6e8c9fb1258641d5c6 1.61 MB 2,614 5
900,639 900,639 000000000000000000016757a4733488f29549c9b0b1d368c471b5c9a0808893 1.50 MB 3,554 5
900,638 900,638 000000000000000000017c2fa8f609e5c7b89f977edc8aa1762766ecaa85d87e 1.50 MB 3,843 7
900,637 900,637 0000000000000000000136d4f68307bb4b9f8630e8351b6ab11fc9554cc8bbf8 1.44 MB 3,703 1
900,636 900,636 00000000000000000000bbdc4a3a1fa7ce55b0f1d5731df8c7399513b9cd041e 1.68 MB 3,424 5
900,635 900,635 00000000000000000002257dfb153bdc1361acf18b064370c87279f1ac8eb677 1.44 MB 5,040 1
900,634 900,634 00000000000000000001ad95e3722613b8669e2330d4ef89d5ed2e2277e12fd5 1.79 MB 2,651 3
900,633 900,633 0000000000000000000182d55941c26f88b5f5f0e96fdc2af65723b74726098c 1.51 MB 2,608 1
900,632 900,632 0000000000000000000167aa70ece2414b9826fd1a8877a15bbb6e444b4f6e09 1.31 MB 588 2
900,631 900,631 00000000000000000000e82cfb18cbbb8b3700b25eb056652ae6348c85b0efce 1.84 MB 3,176 5
900,630 900,630 00000000000000000001a31dd570849c37086aad2ef22b0c6fd5b2e2e0f00881 1.66 MB 3,467 5
Previous 10 blocks ↓
Total Size: 769.53 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,647.95 GB sent, 95.57 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.