Memory Pool Memory Pool Refreshing

6,075 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (637,530 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
270,172 270,172 0000000000000004d9acbf210146b13f4b6cf2b5cc19b1ee2bb6fa024e31a4a8 0.25 MB 102 16
270,171 270,171 00000000000000066f1296244ab4b142af3c01b1477c6837c1bda0df576b2666 0.08 MB 203 62
270,170 270,170 0000000000000003ec46f3d6f6f1afd5ae1734e0b78a41eba80ebee9cf6c4d99 0.06 MB 154 91
270,169 270,169 00000000000000028f75b0a64c5fe10762abf1192b7f95b2c468b607ef5b471d 0.09 MB 218 54
270,168 270,168 00000000000000002ef759a3703ab4c5df783005eb9890c09e4ba9ebc92dd66d 0.37 MB 671 62
270,167 270,167 0000000000000000731d6258292212ce47f14cb564cd1587dd3d7b4675ed4371 0.23 MB 525 60
270,166 270,166 000000000000000034e928e68a68fbc1c4f1e654538600f0916d0dc5509927ea 0.22 MB 502 67
270,165 270,165 00000000000000027f277928d5e215c9c64b3ef0353e74560972a629b03871da 0.15 MB 297 59
270,164 270,164 000000000000000311f0faeb0beea2c3f31df7cde519a409084deefe33750324 0.09 MB 263 50
270,163 270,163 0000000000000004500d8f4223c16a990192741f044c9aaa77cdb5581b2223d6 0.03 MB 76 17
270,162 270,162 000000000000000113075691961ead5cd3b0dd0086153681e22001cf6e2db1b6 0.28 MB 596 62
270,161 270,161 0000000000000005635d82d8b4d60a0b326a93c64b271beb28ed0c1219b3dc7b 0.20 MB 190 20
270,160 270,160 0000000000000000e355f1559ede60f32e9269b1856f49816be0fc5cc544abe4 0.42 MB 824 62
270,159 270,159 00000000000000027c822ddb8a27e96bb2ddcd051503a1562757e13509591dda 0.09 MB 187 30
270,158 270,158 0000000000000004703ae9dc3db57493a15481bfa6fc3b984edf6e582bc01884 0.02 MB 31 56
270,157 270,157 00000000000000011d4a0e84841f796f79a202dc428251ea3069d15a2885ecd8 0.08 MB 247 31
270,156 270,156 000000000000000338963992cf96736e705aa5801d42adb71b05b76835c5d74c 0.19 MB 558 46
270,155 270,155 0000000000000002ea75d47f2df295923cda3ed8d70739419fe57810ff6e75a0 0.17 MB 382 70
270,154 270,154 0000000000000003e5a1b8b3aee026e655e3ca515eff3dfebd929a25b17a6cc5 0.22 MB 452 55
270,153 270,153 000000000000000412e03ab07297e90f5966bc2e078d7de4373a7b6f1251a445 0.25 MB 232 25
270,152 270,152 00000000000000054ee364c01fe00e3784f20ec3ed68042907f2efa25ceb1c02 0.25 MB 439 56
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.