Memory Pool Memory Pool Refreshing

1,492 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
908,017 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,489 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,016 (398,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
509,291 509,291 0000000000000000006060dc6cf5264581cec213761c500139a72f3e4017214f 1.02 MB 270 8
509,290 509,290 0000000000000000002a432d1dfa8c7f9883de7bf2c24e48f77791d9c49b1c3c 1.10 MB 354 12
509,289 509,289 0000000000000000000255ac280906c3bbe75fe89236493126d748fc6b22130b 1.09 MB 2,037 57
509,288 509,288 0000000000000000005d34a5d21d1d91d2257bd2d48b857217de5ce99107b4d4 1.05 MB 1,055 34
509,287 509,287 00000000000000000018328046e13ba90f21b399c081fc88b453bd48e4a145c7 1.02 MB 613 21
509,286 509,286 00000000000000000016cbc2cefb76bfe8565f1cb8983abc9d7b68bc8d60ce69 1.07 MB 1,734 54
509,285 509,285 00000000000000000058dd7a6fabf10460810cb0c583444a0849715bd538a952 1.02 MB 654 16
509,284 509,284 0000000000000000003a4e1529873bacd9f2f441f133181347bf53f085c948ee 1.12 MB 1,335 18
509,283 509,283 00000000000000000054e83a43cace9f4200874309a6defa6a9a9a170d015d88 1.07 MB 2,130 53
509,282 509,282 0000000000000000000ecce8dcc0b36dde3ed8524fac8d70d571603d22f6c451 1.15 MB 2,121 62
509,281 509,281 00000000000000000031343c432939e59d3b4dce54b88bef2f6ea676b0b2a117 1.13 MB 2,559 59
509,280 509,280 00000000000000000023e3cbb4535c497b5d16d41b2d87c17cdef31da8c2d1cf 1.49 MB 1,096 8
509,279 509,279 000000000000000000350351122acc09e7b08763e292cda28c797a80bc6a6ee1 1.19 MB 1,336 44
509,278 509,278 0000000000000000002b2dc93f7fe9e31f6449b489fd84bcc496ea67967b8bbf 0.00 MB 1 0
509,277 509,277 00000000000000000028343cadfaa273c9e30a4a2c18fb01b7f375790ac39207 1.05 MB 1,136 43
509,276 509,276 0000000000000000001d4f446d9199ba6c97c680d847caa99ef9ab7c12b41b8e 1.03 MB 1,640 26
509,275 509,275 0000000000000000003fa9dbe97585b41791978ea6dc64f03402bd3666b04fd9 1.14 MB 1,996 72
509,274 509,274 00000000000000000054348853e2689bbbcde839eabeb2ceb44ee38bee1bbf61 1.10 MB 2,342 86
509,273 509,273 0000000000000000001e1bf4148de52f85dd6940212f3c50bca98292d68f4dbf 1.11 MB 2,103 63
509,272 509,272 0000000000000000003fef8f6cacc06b13a94ade87bf153912c4a47a1b7385c6 1.10 MB 2,795 149
509,271 509,271 00000000000000000053dd9d775650e933eeb9d51446efade2cd20a05bcc3e18 1.02 MB 224 5
Previous 10 blocks ↓
Total Size: 769.58 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,650.65 GB sent, 95.81 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.