Memory Pool Memory Pool Refreshing

2,184 transactions
0.66 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.65 vMB 2,172 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (598,600 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
309,111 309,111 0000000000000000068273797c2ebc2dd7e0c53e0d0cdf80576304982cf2bbe4 0.04 MB 36 11
309,110 309,110 00000000000000003d4f62f77aaa41b13e2e8e108ff1830d8934c8139500a80f 0.02 MB 29 17
309,109 309,109 0000000000000000046be4612c7975659b13be100446e524fb2f0c149e14d553 0.05 MB 105 31
309,108 309,108 000000000000000010604134c8e44a0f51fecf2f88e1aef89adbd0cd73f54914 0.23 MB 328 29
309,107 309,107 0000000000000000071f9f04a623859adacd9a0bbe80583ec9e84de4e5c195a0 0.10 MB 256 42
309,106 309,106 000000000000000023969b5b603469e23ebccd9b0ebe1c28c7b6f0370709959a 0.16 MB 296 31
309,105 309,105 0000000000000000313f9c09bd01094ea20aa79ee98fdd780b57d5972f6387f1 0.04 MB 24 13
309,104 309,104 0000000000000000178bdf6a9d84fe28f151b8785a5ab1bd1bacf76614a97cd5 0.06 MB 57 19
309,103 309,103 000000000000000007b11f9f397617935c90fa61238422975c353bb2f82ef2ca 0.03 MB 55 30
309,102 309,102 00000000000000000d82dd40a4c0431b9369af018e99811d4bb41f312522544e 0.07 MB 141 33
309,101 309,101 00000000000000002f9fead56b638d06f876045d230a817a6327955a9aab012d 0.30 MB 491 22
309,100 309,100 00000000000000002aa928ff4115018610d6931fa124215b8010ad8c1b03ab70 0.75 MB 1,616 34
309,099 309,099 000000000000000003236cd37c3014367c536dd3d794d99b535eec33a70d425b 0.30 MB 632 32
309,098 309,098 00000000000000002d21d67254427a7f1c33a5eaac67ad0f0415d2a5d20a2d7b 0.57 MB 1,253 35
309,097 309,097 00000000000000003b7f32a0e47c4984133e884db958eaebb2e7895ad18477b6 0.13 MB 244 33
309,096 309,096 00000000000000002a965f6b92cbafeea92fc4f27c53c2b3de0a95c319cd174e 0.23 MB 500 82
309,095 309,095 000000000000000037f5b405132c0dee4a37f198b6cc55da254601f8a9f3c357 0.14 MB 296 34
309,094 309,094 000000000000000010dc6dd6d7585a234316995fcbf0fa1504eae435b74850f0 0.15 MB 257 30
309,093 309,093 0000000000000000287431cb44ecef74bbf50842edeb79d88ec6967cd339cc4d 0.19 MB 440 39
309,092 309,092 00000000000000003443f103da5b8cca54223f664089718c786c7109b804f37e 0.05 MB 94 31
309,091 309,091 000000000000000040cd7cc0300b92af234436c47aed22283d76b68f8423de3a 0.05 MB 120 32
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.88 GB sent, 92.84 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.