Memory Pool Memory Pool Refreshing

9,292 transactions
2.77 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,390 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (717,003 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,711 190,711 000000000000084383a0b9809ada320e528be457fb3d1d9420c48b2607933206 0.07 MB 202 191
190,710 190,710 000000000000051041ae32d5accfe4334879a906c313e31cc58f90a8db23278a 0.25 MB 489 124
190,709 190,709 00000000000008c935b04258964cb487725faea4bc9cdf138df6d3b5d94b5e97 0.05 MB 143 51
190,708 190,708 00000000000000d0997e2d0be32de63eb9d8806f620645374f6e06b0b9096c8a 0.05 MB 128 138
190,707 190,707 000000000000052e1fd93b1fe9f042725c3353aca481da794e535ea6ec132b31 0.03 MB 64 111
190,706 190,706 0000000000000557f2d0e296563b866ceb5cd86bd9264213e3c03e450c05d72c 0.01 MB 30 64
190,705 190,705 000000000000079502f7fa7f5830f04029b718d80edc401d4fc2dbdac23fd88a 0.01 MB 30 5
190,704 190,704 00000000000000d158389f553d19826352a1ac35d5e7083325c7d6457c66517a 0.10 MB 128 90
190,703 190,703 0000000000000270896ef32e9554eb1778fe38f9d19cac4ef707a1db815ab11c 0.01 MB 15 80
190,702 190,702 00000000000007b75a6312e5edd80966beb0bc9e3d6ceffd422d8aca8df10d40 0.15 MB 353 113
190,701 190,701 0000000000000160bf4de67b567be3ed287805d451b949a07049a424591999ce 0.04 MB 132 110
190,700 190,700 0000000000000552eb2b642e7090a7f91880209938c0451b0135a92893365944 0.10 MB 256 164
190,699 190,699 00000000000004826815f408a275af0aae373b3e5b13d35d8b1cd0d2415ddbfa 0.03 MB 102 39
190,698 190,698 000000000000031fb623d7c49d6120c8c5b20eb72acd4cd0d6caba32d7f6a61b 0.18 MB 512 136
190,697 190,697 0000000000000222ef2238b7162914dc6b34dd68226c8cdf0d02ec95dd1e727e 0.25 MB 579 173
190,696 190,696 0000000000000716271900eb4362ada12a830c8d5ff469dc5e2b871baa3ceeca 0.04 MB 64 57
190,695 190,695 00000000000004956a93093dd80e1652934ad32d8438d77ce6ae2a9ddcba28e2 0.19 MB 248 78
190,694 190,694 00000000000006f21ad28d04bafdfda0b87a56b62856b9ca519d5c301e4cafb2 0.01 MB 34 185
190,693 190,693 0000000000000243d1f26a6b68f67b2bdc7471e364b3354478eeaa8183fcc37c 0.02 MB 78 235
190,692 190,692 000000000000073f2d363a26d7334348aa1a8307eacf1da9c31199363754140b 0.13 MB 451 16
190,691 190,691 000000000000068e338421ba59ebbbefe7bec26af13fa9b71698ea53f7aa1943 0.41 MB 1,030 137
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.