Memory Pool Memory Pool Refreshing

1,644 transactions
0.75 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
908,369 00000000000000000002349e0000000000000000000000000000000000000000 0.75 vMB 1,637 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,368 (815,305 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
93,063 93,063 000000000003962cfb6072cab8ac375ff7e7b4b8f49fe4dd61c8c0f55a18b453 0.05 MB 190 0
93,062 93,062 0000000000008879aef353bc0294655993b0e1dce0f22d6994fd538f9fad0e40 0.00 MB 14 0
93,061 93,061 000000000000f898abdd738b08e4cc921d702b0fe7eb651b51b3cddebbf6cfd4 0.02 MB 2 0
93,060 93,060 0000000000011b1969b77492b6ee392d0cf0a94bdaa8649f05c9312b815cb09e 0.00 MB 14 0
93,059 93,059 00000000000579510b89802ffa0ce448c0ca97b0ad2781df92160cbdf0874218 0.00 MB 3 1,934
93,058 93,058 000000000002a509cebc6955412ac097b66e540845332b76c175a0e828b8f8eb 0.19 MB 850 5
93,057 93,057 000000000005c9b20a765b56dc7bce5edd1eb4cd8a57e338b60fe1542884a333 0.05 MB 218 40
93,056 93,056 00000000000880669b70a98ee3457e269a311420e1bf2c1f1e4645fa3f93da02 0.05 MB 218 0
93,055 93,055 000000000002a82ca00ac15d2c3ba394dd7f598707282be1391f79ef2b4345ce 0.05 MB 212 61
93,054 93,054 000000000003bebf67111debe0dd4aaf7c6e19fa27b20f08c80f9c9c13c9ef30 0.05 MB 219 0
93,053 93,053 000000000008e3e6be2ba916c982c6175a512c6d3a809ece4dd25f6d3bcda3ba 0.00 MB 13 716
93,052 93,052 0000000000014938076af4b532a9327f98d18a397d4181f40e1699081bff5b19 0.00 MB 1 0
93,051 93,051 000000000004601c8a0a90b6fb323a7a59a5cc3b43ac12b8e0799573e7b5e59c 0.05 MB 205 61
93,050 93,050 000000000008e550d9c22e7a4bdcf6b66fa2bb8328fdb903e2754499ddeec45b 0.00 MB 13 343
93,049 93,049 00000000000899e3aa0aee6c05d55b78f6fc7fd09a518a0717e2ce39b610a41d 0.00 MB 14 335
93,048 93,048 0000000000051ae8c7c3d3bd9844a1b4cfc037b763fbe09838eea0de9a3baf72 0.00 MB 14 0
93,047 93,047 00000000000877fa64b7fe8c4ea1d4dd0c5ac484217c27b6b3f406ce4df8df35 0.00 MB 14 0
93,046 93,046 00000000000922659b03557bc491010818fb083fc741a33ddaae67f70fe00930 0.00 MB 4 846
93,045 93,045 000000000007c41af0a1cacd601fd7086eb63cea6e6f4d1e94640b9030d031d6 0.00 MB 13 1,747
93,044 93,044 000000000000a853ac9a082d79ed185d22ba99ca7fa03d17aafbcb84a72e546c 0.00 MB 14 0
93,043 93,043 0000000000049ab1a757745f68666940b7fddbdf30d04e8c31ba81ef2bda75e0 0.00 MB 13 1,074
Previous 10 blocks ↓
Total Size: 770.37 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,703.17 GB sent, 98.98 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.