Memory Pool Memory Pool Refreshing

9,605 transactions
2.99 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,866 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,851 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,865 (776,608 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
131,257 131,257 00000000000003cb18a9739a8345a3e36c9e8d33b61f585d0796d24e07579e7a 0.03 MB 90 813
131,256 131,256 00000000000007680ac741a6940da3e292564072c96e52ca836c76e0a861577c 0.08 MB 202 2,777
131,255 131,255 0000000000000518acebc2e467797a7f76fddc71eecfec60c59d111e9516846b 0.05 MB 34 167
131,254 131,254 00000000000000d4562d983e15de66a910186185dc6b08224ac910989f18ff60 0.02 MB 49 825
131,253 131,253 00000000000006a8c81e094eb5293ab3c4c701516dd525e736665efc1058f786 0.06 MB 107 702
131,252 131,252 00000000000003b4b5793161e205c44b82aab8f75440cf9346a8c3a45353f6ee 0.05 MB 170 122
131,251 131,251 00000000000011bd110d4c9d24178551b371e394e18ec9b4175088a00e6e7a6b 0.01 MB 29 1,081
131,250 131,250 000000000000025bfd291b89f6ce0b820e7ba382d011774aac407da6515835c3 0.03 MB 40 873
131,249 131,249 000000000000013d7940709e7ed65e81dbb350a1972258ce2fe74d2176e0e44a 0.01 MB 28 581
131,248 131,248 0000000000000d0ce9afdc4b4bf13ab5fe8d32b7b3909c09a2e915f76ac8f8d4 0.01 MB 17 1,527
131,247 131,247 00000000000006c3a812d097464d7235e029b8e46f1914c66e71e814c7d62dcf 0.03 MB 49 725
131,246 131,246 00000000000007a498d77e4e6d356e4729d26ba5a74fd58d42e409ffd6926468 0.05 MB 82 519
131,245 131,245 0000000000000cb209085cbe09a21cbfb9aababed8f8a6d120e722af74791293 0.00 MB 4 100
131,244 131,244 000000000000060e4cd219a365a12bc8443ba61aa64b6f6b3dc1baafb413aeae 0.07 MB 121 468
131,243 131,243 000000000000011c27ea304716cb069253388d1bc3a423c437e04e3c085bbc2e 0.05 MB 122 485
131,242 131,242 000000000000033864e2e03053f1a98ef3f15d7aed84a10fcf27ee0e36ade813 0.02 MB 43 927
131,241 131,241 00000000000010ff554c2a4032d7d0499c8357ea10a4a59bc22548b4f77045f3 0.00 MB 10 35
131,240 131,240 000000000000047463a35340965ad9de30a843a82ff2efde018f8f4db4a06d35 0.03 MB 64 355
131,239 131,239 0000000000000794f998c0e0d6c8973a53504637e5b65c65c561093e0729d3ba 0.02 MB 36 2,276
131,238 131,238 00000000000002dae094c91f3b568803f30c77f8e2b8fbca49cf0d47fd85d2dd 0.04 MB 101 550
131,237 131,237 0000000000000f83ddd7977e0957c2ddbb32a3cfb07c67d29a86d78fca652af6 0.05 MB 144 108
Previous 10 blocks ↓
Total Size: 769.29 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.53 GB sent, 94.39 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.