Memory Pool Memory Pool Refreshing

815 transactions
0.25 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,759 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 815 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,758 (640,566 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
267,192 267,192 0000000000000007b316d08c6db4f5e726c9711d401d7f6b82bfb7815bbcc60c 0.00 MB 11 31
267,191 267,191 00000000000000018d476605616f3375fa73e7ff3a4e5621e735e1b872f1030a 0.12 MB 263 105
267,190 267,190 00000000000000054661cfdb8147fc66b5eb29e1a920fbe1131d5f1c0c8aabee 0.04 MB 69 25
267,189 267,189 00000000000000009b44065002515a24ed4293bddd9329c263bed278006f8e4a 0.30 MB 537 71
267,188 267,188 0000000000000006fe099a85b74af18f6931c13d7bcf328f04bd3cf806c1b7a6 0.05 MB 156 90
267,187 267,187 000000000000000112f8ed4af5ff95df9f411e1892860de607d3253bd0a4d351 0.15 MB 309 56
267,186 267,186 0000000000000002771bb01ab6cb08b46307d0c2597938fbad51ee704d8d3b05 0.03 MB 72 6
267,185 267,185 000000000000000637414c97f44a425925f342696fc5e9f805d358e3da5af908 0.32 MB 715 65
267,184 267,184 0000000000000007ff103aabce562c71d83d121eeba99b24ed17b2d643165dd5 0.06 MB 139 61
267,183 267,183 0000000000000001ff4e2d99c2577e8a42aae3b62c83fcc3019ff8e76e4b1bf6 0.15 MB 309 75
267,182 267,182 0000000000000004e84a8f0979d79daf4fc2e0e68250d8dd575c1d58ffe8cc04 0.05 MB 105 54
267,181 267,181 00000000000000008b9178fea037fabb89c660b918aac92de872e2d18e2081f8 0.18 MB 402 80
267,180 267,180 000000000000000503ba7055ea9a0b761a2ea132f2392681357e98347183dc96 0.15 MB 346 72
267,179 267,179 000000000000000640b2cff10ffce21bf77393c373dfad6a48b04d9e6a3117f3 0.08 MB 170 77
267,178 267,178 0000000000000003b610b0a0c5bd42d26bf90b9953f66d88c675223579799370 0.06 MB 162 37
267,177 267,177 0000000000000005de08c40823785f32b6ae3e5e8bfbdf8b92a6dfc9266d0403 0.20 MB 451 75
267,176 267,176 0000000000000008140c263d4d4e3223195b6728320b2f20c2b281e397ade1ac 0.30 MB 99 18
267,175 267,175 00000000000000036fdaa043c2ed4cce9d8c234ca652c7a7894fab616a11dc81 0.25 MB 271 41
267,174 267,174 00000000000000074895c31a1bfcfbd007f9c2bf517c211fd4e5618e7db6b796 0.25 MB 217 20
267,173 267,173 0000000000000008606171c2b66ee47b0be4b6360e34c3fe83e51dceba39313b 0.25 MB 496 78
267,172 267,172 0000000000000007d9377f0ea040d9a8abbeebd90adec0e47351c6f1ebc8bf28 0.25 MB 627 109
Previous 10 blocks ↓
Total Size: 769.09 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,628.38 GB sent, 93.36 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.