Memory Pool Memory Pool Refreshing

581 transactions
0.14 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,792 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 554 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,791 (717,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,185 190,185 000000000000051c5b71536b7733f46b3fc98ea9057fd792632b4928559d139f 0.05 MB 116 113
190,184 190,184 000000000000072fc4eec5e3383d18707e20bb4809a440842f5c650ccc942944 0.31 MB 740 135
190,183 190,183 00000000000006cabda3bbfe9c1ae51c9977d0900a8fbc15aa738a59dbe62cb3 0.25 MB 641 55
190,182 190,182 0000000000000028f241845cf19a253f98e001f279bf4353fc9237a66a437c3b 0.01 MB 21 110
190,181 190,181 0000000000000152dd7a533b01c0d4aae12ecbf44542e82d06f5671a30185fa3 0.04 MB 126 19
190,180 190,180 000000000000086ffb81e93378db23200360d327aecf528bc06a48b98d364278 0.25 MB 567 111
190,179 190,179 00000000000005cc57a470d99888def42177654f5444cf836dcc0a110e2361fd 0.01 MB 32 11
190,178 190,178 00000000000006b54f5cf86924fec47f6c8b3ffe737b0256bc92bc3fc155d7b4 0.16 MB 313 237
190,177 190,177 000000000000025ccfcae27c8c1f8e467583c157e2eb77d9c15686ed63c07b0c 0.03 MB 83 94
190,176 190,176 0000000000000499217cdf37deb558bd265d6fa3abf767b7c8544e54bd19fb7b 0.05 MB 117 74
190,175 190,175 00000000000004895e88f64f08611c8872d475f429fc8da86561ebeb90456f0e 0.13 MB 235 131
190,174 190,174 00000000000004405973411e24f6d93ff49b2308c3428e54065e4b8bfbc627f6 0.14 MB 206 125
190,173 190,173 000000000000044ef4d634b76b8d6ad4a4dc50b74e2cb443278996f5ef78765d 0.12 MB 256 88
190,172 190,172 00000000000006ee89979af8a98d386f2690bd8a095aa1f4168039c457bafbd1 0.22 MB 432 150
190,171 190,171 00000000000003f2ddfeb8006ab852a1594b1c105270e1b3edc253e4efc0699b 0.01 MB 16 88
190,170 190,170 00000000000005cb634eeee2c17644c57a0c68839e8f45a867159fa74f533b44 0.19 MB 434 134
190,169 190,169 000000000000010d39a5f17c4c45697f4d5d64908abe0574bd0f6642c984039a 0.07 MB 254 33
190,168 190,168 000000000000068b31a137d942083f93b983f85828d1fc8acce639c7020e1a03 0.02 MB 52 110
190,167 190,167 0000000000000275a9d710a5f3cc563de67987e738d08324679258352b3225d2 0.11 MB 267 139
190,166 190,166 00000000000008c7243ec6a94927681d2ef6b6606d48059711e09f1d66f6b69a 0.27 MB 512 90
190,165 190,165 000000000000059067c952c58ee417dcb18fcde48b98b24167db0759b7c59a7b 0.25 MB 606 122
Previous 10 blocks ↓
Total Size: 769.15 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,632.59 GB sent, 93.62 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.