Memory Pool Memory Pool Refreshing

7,211 transactions
3.33 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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,583 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,777 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,582 (832,402 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,180 76,180 00000000000d125ddc06289f2b10e602835310ff9d354ab5a8784e6ea54f7b6f 0.00 MB 1 0
76,179 76,179 000000000041dbdaa31174612db8d72a5a11f87245b106185d765f2736de75ed 0.00 MB 2 0
76,178 76,178 000000000064ea367506d4803f84fb7a39ec2583b53d6ffbd894c1f016610a67 0.00 MB 4 0
76,177 76,177 00000000002e5c6cfdd5cde45fe585882c5c50c4e53ddf20f2a782f6417362da 0.00 MB 3 0
76,176 76,176 0000000000369b2c28a4a49d85a43f9a8b6358c614e0a18563cecbb2a5868f37 0.00 MB 1 0
76,175 76,175 00000000005a892147063da5b191fd15e3544c42803ce31a152e506cf1a7bd12 0.00 MB 2 0
76,174 76,174 0000000000502cb703bb33a9869a7982a67c0a802e1966cba55ae1ee3a6a35c2 0.00 MB 1 0
76,173 76,173 00000000005ad9b7f73edc93bb63b327d3774ad36fda6053aacb18fe50e6660f 0.00 MB 1 0
76,172 76,172 000000000076628eaaa5f110e0ee9866b1877bf32b2272279661cc8701117d32 0.00 MB 1 0
76,171 76,171 000000000039378df8ce4075471a641f078b7977c0dc2de4048418fec6cfdf67 0.00 MB 1 0
76,170 76,170 0000000000345def0e3ff09fa026ac4630273f783cd458956a3969053ab5943d 0.00 MB 1 0
76,169 76,169 00000000007c2478927de2e2d14aa875ed6aa7ed39f0dcaa68064d50eb6065b5 0.00 MB 4 0
76,168 76,168 00000000002e1d4c41748bff847d86f3cf0a5f3845ceb7112de2a327375f16fa 0.00 MB 1 0
76,167 76,167 0000000000366c83ffe19f37d785642f9a06e0eb1b98cfc8f25684ad5fffa995 0.00 MB 1 0
76,166 76,166 00000000003415c47ec90b1a8ae8ea02ad112a3389de9454a14921d2ef484776 0.00 MB 1 0
76,165 76,165 00000000001f8f31a4f38d12bc49e77576b9e7357f62adbdb25fc860df03c883 0.00 MB 1 0
76,164 76,164 00000000005871db07ffdf35cc4ece8f9cba02429a82caf25c47c9bb6bd65d3e 0.00 MB 1 0
76,163 76,163 0000000000050aa485eb3f51477b29ede17927fb78e01c51def29d0f31a2bc87 0.00 MB 1 0
76,162 76,162 00000000002c9f935e341de5efd610bb2ebcf7b8bd63bb4b3136d35ab22bdb38 0.00 MB 9 0
76,161 76,161 00000000007aff8020a87eba891e913641d97092db1297fedee38494dfa4722c 0.00 MB 2 0
76,160 76,160 00000000003110b77de74d891a29ecd76298cf9fff812b70466bf57927eb46be 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.78 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,848.91 GB sent, 100.90 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.