Memory Pool Memory Pool Refreshing

3,459 transactions
1.43 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,941 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,016 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,940 (585,881 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
322,059 322,059 00000000000000000cf1e9e7add1422877b50114c9d78171e1c1e8691f647add 0.75 MB 1,511 32
322,058 322,058 000000000000000012d85410100b471c5d52089c8b3a4ede04c956cf24bf3d2e 0.06 MB 102 27
322,057 322,057 000000000000000022ebed6ab509ecea844c1544afe6348f0f7fc05a3528c497 0.15 MB 275 30
322,056 322,056 00000000000000001cf4b22c00a0d7b890298dc5a5b2ebaf9ca04ee6a8f3717e 0.16 MB 326 28
322,055 322,055 00000000000000000404252cc710c1a1e06b240a9f759ff989eaef0ee7831d4d 0.59 MB 942 26
322,054 322,054 000000000000000008fdb512c89bef479388301be333ffa17bdc6c5ac893c509 0.22 MB 478 29
322,053 322,053 00000000000000000549da0fd643c17e562190924b256ce3e6732f2a9dc7f707 0.60 MB 946 25
322,052 322,052 000000000000000019838cacaac090d9f6b4162f135c06dc69375aa3b3456535 0.27 MB 384 29
322,051 322,051 000000000000000014876b3e0a42f49ccf1a469321e3c857bc36c51fd076939c 0.37 MB 704 27
322,050 322,050 00000000000000000d5dc6422a5ec908783358df9796968c4b61dfd5578d6e85 0.69 MB 1,081 31
322,049 322,049 00000000000000000f8613cb1c59432f66d8be7003775b6031294f6fa37569bf 0.40 MB 638 27
322,048 322,048 000000000000000016c2ea38a5407f0b5812a7b78c19d668f07333a1bdeeadf2 0.13 MB 259 24
322,047 322,047 0000000000000000007c6916f154794e33d45543455e465131372c5132e8ceb6 0.63 MB 964 24
322,046 322,046 00000000000000000686635f788e59952db06133bdf2754edd14adb96d78d710 0.20 MB 395 30
322,045 322,045 000000000000000006d5b22625faab876dadfc195a4b81f2f6d1f869b018f2b1 0.52 MB 932 27
322,044 322,044 00000000000000001be050cfe651170da0562a80c9021f704bdbfc4891cbbc87 0.39 MB 293 14
322,043 322,043 0000000000000000167702a354ac7105e8d4a58d1ba7feb1e40a2d80a98edde5 0.50 MB 1,491 38
322,042 322,042 0000000000000000200a249235942133a1216e04fbb76b2dbadfc05b6e4a96be 0.13 MB 285 30
322,041 322,041 00000000000000000c4e83bc84b8de1abb13f97451507725532645e66df2ca80 0.68 MB 1,362 29
322,040 322,040 000000000000000015bdbf80330ecfcb02ffbb6d33a955b4afca5a61af6b9ff7 0.15 MB 251 29
322,039 322,039 000000000000000011dd9388def8fc3bf4999b0fea20061ca627f68eb4143e56 0.06 MB 123 27
Previous 10 blocks ↓
Total Size: 769.43 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,645.59 GB sent, 95.11 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.