Memory Pool Memory Pool Refreshing

2,546 transactions
1.11 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,873 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,040 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (735,538 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
172,334 172,334 00000000000002d742fe123dfaa0354bf7706edf36f0fa6b6cef882f83745bc4 0.01 MB 15 21
172,333 172,333 00000000000004b363b73199721b8a482e4b713302a4371f4cfe5eaeba898183 0.00 MB 1 0
172,332 172,332 00000000000008640b34dbd6d7c8c8640346b674efd43b50abfb523bb025d65e 0.01 MB 61 3
172,331 172,331 0000000000000721fa3874416a837af445888cab9508a73da896eb954ad5a33b 0.01 MB 17 197
172,330 172,330 00000000000003b88560f3d0a60949d04fb45a32661c3787b447aba1bd94bfe6 0.03 MB 84 29
172,329 172,329 00000000000000a45aa7324bb59c6491d83cf169e04b50659d160924f3b8ec74 0.05 MB 129 134
172,328 172,328 00000000000007ae4d19236a20d2e55afd73d4b9134ee3ba1be3be484e7af1fa 0.01 MB 45 102
172,327 172,327 000000000000005b2fcc0b49dbbb968661c3e65bf88a128bcc892f26b96a590e 0.01 MB 15 140
172,326 172,326 0000000000000717a1a27458185ed8eb774b0f5a488ce1caa3e6cc5cc149e159 0.04 MB 69 136
172,325 172,325 000000000000018acbd2103cf9aa9ecf8d12871063acd8711c30a13f22e00f07 0.00 MB 1 0
172,324 172,324 00000000000009a779150cc4bb55430793b7ed1739083f72c7cba742827cfafc 0.03 MB 95 175
172,323 172,323 00000000000008293a7332e1637d5da995ef7bd8bafbbc209704ed072c74fa93 0.00 MB 1 0
172,322 172,322 0000000000000698b72e20a02ef3fc473d79073e61f0719cf34ca96614f57f77 0.03 MB 54 138
172,321 172,321 00000000000001965652fcfdc131c6a533a05f749266481e7281b9823600d141 0.04 MB 71 196
172,320 172,320 00000000000007e3a56ff86ec185ae4132b338418ce83f3f2c7db499d9da2800 0.03 MB 104 145
172,319 172,319 00000000000006aa8a79dc5aea0ad08704fddaac63796383dd01f5c6d3336236 0.00 MB 11 0
172,318 172,318 00000000000007895be91891290ebf82e36adb3392c951b954c6fd2731dd4de4 0.01 MB 25 47
172,317 172,317 00000000000006bb71b599561d799d1d061f56ea304c7858d6f73696b4935b99 0.01 MB 26 49
172,316 172,316 00000000000008a8b86bbba3d6e1efdfdd427db2008d4f2a5c37ce50e9988d9a 0.01 MB 19 226
172,315 172,315 00000000000000d5262e533cdeeee5a78fd3c9043698299ed7ebd53d135af051 0.01 MB 8 14
172,314 172,314 00000000000003524df10b7661bf672efcd319307a0cb37be6ad77ba394085d5 0.02 MB 68 163
Previous 10 blocks ↓
Total Size: 769.30 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,642.71 GB sent, 94.45 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.