Memory Pool Memory Pool Refreshing

6,886 transactions
3.48 vMB
Show Random Selection Loading Transactions
Max Size: 16/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
907,803 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,030 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,802 (661,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
246,302 246,302 0000000000000098e37369ecf13986abd215297ac4a2045cf72951e4459b8f10 0.07 MB 161 182
246,301 246,301 0000000000000085d4b63505921e63be6b00365c10399d9a7c45c28cc7c183c8 0.26 MB 512 43
246,300 246,300 000000000000004816ac51825d4209c814fda76b5d05d2939216bcb9926793d5 0.01 MB 28 84
246,299 246,299 00000000000000a3ccbc4d3d1b16e1e7d064eb4d344b17d829ecccaa82ae1683 0.31 MB 568 109
246,298 246,298 00000000000000143824924a84fd7d839bbcc4b2b918a41fcf0ef43a96c16c4d 0.08 MB 102 58
246,297 246,297 000000000000000789be0a03a282c21d655309eb02209ba431f6573756bd991e 0.25 MB 564 151
246,296 246,296 0000000000000030b8b92063ca5b25e065a980912c8a93b7c5afb0594feb1047 0.09 MB 194 122
246,295 246,295 000000000000002f97c044a33134d79cfe7c3b8aff95156e73afbd4c7f8db6ee 0.04 MB 79 104
246,294 246,294 000000000000001fd6ddc2af6c1b3227ae525e17074d26e4a77b53480691c16a 0.00 MB 1 0
246,293 246,293 000000000000008b31adeef504cd1fb38373e7bfd6894ee132eb60caa387358f 0.03 MB 66 133
246,292 246,292 000000000000003e8095795cbc7ce25d87a89ee806433a60e9e3fa94880c785e 0.14 MB 223 54
246,291 246,291 0000000000000044432b5e444efafd11423f5286a443a5b03a7e32c5c16fa451 0.25 MB 411 119
246,290 246,290 0000000000000009f1d549b3850204997415feab785580613967c766843207fc 0.25 MB 636 149
246,289 246,289 000000000000001f0cc62044901c7f7bcf233e47243df47e2ab18c3c05f5e9e3 0.13 MB 250 130
246,288 246,288 0000000000000007732aec58d98072d989b92a9df4e61c19673c139516c14961 0.25 MB 357 72
246,287 246,287 00000000000000305aec13df5b1f36da85982a7baacde5ed5e89f0e90ed92ac6 0.25 MB 418 92
246,286 246,286 000000000000007ec7b61efcb74e2284883b6d6b00e84e434b682dd0046d9110 0.25 MB 594 156
246,285 246,285 000000000000002a007f1d079a738c9fe6e5b4e01df3d9540f1be3eb54bb0c37 0.24 MB 568 129
246,284 246,284 000000000000009167bae4da9781a37ec92da6228e8ebe796ed06432e6e14950 0.25 MB 376 69
246,283 246,283 000000000000008d7582d074fa24577919ae5eabb173b46833478a38c040d951 0.25 MB 520 118
246,282 246,282 000000000000001ff0252e40912d749597e2243e0308be823002773f9155a562 0.25 MB 727 194
Previous 10 blocks ↓
Total Size: 769.17 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.24 GB sent, 93.77 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.