Memory Pool Memory Pool Refreshing

4,117 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,817 (692,634 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
215,183 215,183 00000000000004ded038cbfb55e0510aa9c035b93c8cbc797903ec29bceb939c 0.08 MB 149 165
215,182 215,182 000000000000001a29a11920e397cad51fc6b3bdd8706cb2d7d9c0612768eab1 0.04 MB 69 117
215,181 215,181 00000000000004330514276d2aebbe01543599ca0f94423ae8e909fdd60aba4a 0.04 MB 90 152
215,180 215,180 00000000000002ce524ebd37d5debba7f80e5721545177a8ff71e0ecd264fe4d 0.13 MB 274 179
215,179 215,179 000000000000050ad715a4796d24d13c9caf87ba9941c321678e25e7ee34c56b 0.05 MB 112 151
215,178 215,178 0000000000000571e9e108f1667f97c96f6cbcf0d8c3c9acb40c1d03668cff8c 0.04 MB 107 128
215,177 215,177 00000000000001ee98355399669c5fa980f7e3ffff02384ab1a222d297397b7e 0.14 MB 270 195
215,176 215,176 00000000000000cf59061f56cdf4d82421f4f78620a6c357eae3227bb0ffb154 0.08 MB 97 91
215,175 215,175 00000000000000ef2842ca519d449b99419d6fd72826b7f215908eebcdba6242 0.25 MB 668 207
215,174 215,174 00000000000000e3b40bea7cf046035a16455332cecd0f469a8cbe78f792c1fc 0.06 MB 147 136
215,173 215,173 00000000000002ae5ee469d78a7d03a967977af739c19dac6237a93476506154 0.13 MB 303 122
215,172 215,172 00000000000002f51c59e508c09239ff2133f0f59ccd0b75ea47c343374de5db 0.25 MB 604 162
215,171 215,171 0000000000000208896cb063d479a49e34b0a052891616e979b76271fe61dfbb 0.05 MB 170 318
215,170 215,170 0000000000000348c0829334a4f54bc94093d1b468671e5c5ea896b3be61a69a 0.12 MB 332 224
215,169 215,169 000000000000004715a7484c93149db9ce9e0dc8647d3510c040e8776ae1eeae 0.09 MB 202 333
215,168 215,168 00000000000001ebd569c5bf6989dffdb9211a937584052403a8edf0d3afb26c 0.06 MB 114 122
215,167 215,167 000000000000036bcd67a3c608133c200989b8f4f533ee6716d2fc80a35122c3 0.11 MB 260 139
215,166 215,166 0000000000000422b3306e9ca6d6c22f56b6f40bbb3e8db2588865bcd5f0c58a 0.21 MB 553 184
215,165 215,165 000000000000016ac94a201f898af88b13bb376e2048ab531784c4579fcbd134 0.01 MB 29 96
215,164 215,164 0000000000000537774f15f8275889fa5cf9a0d6ee63baf9d8d0e0ffef495ec8 0.05 MB 128 166
215,163 215,163 00000000000002ae69364ae6251fc4bc0e01dd673d849ce600f48a2b226343ac 0.04 MB 85 136
Previous 10 blocks ↓
Total Size: 769.20 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,633.80 GB sent, 93.92 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.