Memory Pool Memory Pool Refreshing

10,645 transactions
3.35 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,081 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (591,536 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
316,302 316,302 000000000000000034b9417ee9e0acfee687d2541e4e561f2ad4c265d5276915 0.13 MB 278 33
316,301 316,301 00000000000000003105eaa648125e8ab44b6492b3c3806d2e28b90e96ef72d0 0.32 MB 317 18
316,300 316,300 00000000000000000a582fa6b72acf4d3439590e68279079db9206b1138add5c 0.24 MB 512 35
316,299 316,299 0000000000000000341bd723b35d820c8bb5d0082e2ba8b34e48777b7bcecf89 0.24 MB 528 29
316,298 316,298 00000000000000002f5d999ef47773061d41a407421c3cb53b1823657f08383a 0.35 MB 423 16
316,297 316,297 000000000000000014520965c55f0da3a97e3aefb12913d96fc7d32f6a44dca9 0.34 MB 1,024 52
316,296 316,296 000000000000000003f4f988f36b3b22a25dd82929eece1009fa8e8898ee234d 0.03 MB 75 30
316,295 316,295 000000000000000004bf6569adef609ed65138c75bc483de42d376669f277bab 0.39 MB 696 29
316,294 316,294 000000000000000009e77a4073dd698f6390a233a5e0755588992cde5ffe6023 0.25 MB 403 24
316,293 316,293 00000000000000002bf6ff338f9aa503eb54f945871dbebfcacb8c9116366243 0.23 MB 512 32
316,292 316,292 00000000000000001ff500347b797dce4d189f2c21276fb8110f6ed650a41d8b 0.30 MB 548 32
316,291 316,291 00000000000000002797a350ffc6c7d5ac08247279fd96a899310b762d0c9af3 0.28 MB 294 17
316,290 316,290 00000000000000001217b45e9ff34478e5570cad565502f374cab437d4962e39 0.35 MB 1,028 40
316,289 316,289 0000000000000000095efee6c611f551ae7ee0e6e6f31be0fccd44f26212bc37 0.21 MB 412 32
316,288 316,288 0000000000000000014cb6173330240a710a32c92b0be07ff16d5c5825e02961 0.08 MB 150 29
316,287 316,287 000000000000000034f8f6028963628d9d0bcba7eba1bad3ebdedc6693956718 0.30 MB 662 42
316,286 316,286 00000000000000002e1184217a77c1411e070f6e11f95e96f1138be96539f088 0.31 MB 629 38
316,285 316,285 00000000000000002cae0205ee14c0b3e844a697da2358237cdcb1b519414eab 0.29 MB 580 39
316,284 316,284 0000000000000000166180ed985d48752501b4aac731ddde32fe1e73da01d251 0.05 MB 104 28
316,283 316,283 00000000000000002239f6fe32d26ca7fd1db6060ef0c42a3551a737e39a3bca 0.31 MB 704 38
316,282 316,282 0000000000000000008300dff6d5e25ae8e3b44a47f2800327dac4e05619ae82 0.37 MB 663 34
Previous 10 blocks ↓
Total Size: 769.24 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,635.05 GB sent, 94.13 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.