Memory Pool Memory Pool Refreshing

5,406 transactions
3.03 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,682 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (322,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
585,394 585,394 0000000000000000001a561ed1b55afb47164a513b0ca40d4727dab29577e833 1.22 MB 2,838 46
585,393 585,393 0000000000000000000a64ef1fab20963e8b88b9a921f2d93e6d00261126e6a0 1.16 MB 1,768 24
585,392 585,392 00000000000000000013c95e0d68347ebc9586d810c1a591de41b331391ea11f 1.16 MB 1,844 14
585,391 585,391 000000000000000000014468598e08036d256ae7876de8cb913a160f65f920d4 1.36 MB 2,976 60
585,390 585,390 0000000000000000001896442b49bed56ecab4a6bc28b061321e95df91b4947d 1.03 MB 748 11
585,389 585,389 00000000000000000019da6bee439a8c75bbf078b915c5852fc0a6a3b6f543b1 1.21 MB 2,604 19
585,388 585,388 00000000000000000001cfbcb9714ab0896ea7507742e0f0dde3394d6dd47ca7 1.31 MB 2,327 53
585,387 585,387 000000000000000000084faced2cb5f1eabb246ba9f3376daf5d5d9017880d1f 1.30 MB 2,969 66
585,386 585,386 00000000000000000007aea27f90651ea53c01f37d1ab3be6736922f3e08cc5e 1.32 MB 3,142 68
585,385 585,385 00000000000000000015af5bdf0d22d0097ed24290ea1f711be025243b11393d 1.21 MB 2,071 20
585,384 585,384 000000000000000000024d92c86b07d4da27ea25c509dd8397809982facc4f1a 1.30 MB 2,918 68
585,383 585,383 0000000000000000001aedf38e36b746e576ee0e4c496f5169c4afad4f3b0df2 1.19 MB 2,048 22
585,382 585,382 0000000000000000000df9d1d0c2ad639510fcf90ce241d95226aaa1264b9b9e 1.17 MB 2,444 41
585,381 585,381 00000000000000000001292d6f4eab442a94c9d4e6b5b4e3d76fcb591311992a 1.16 MB 2,308 46
585,380 585,380 0000000000000000001ae9ca0dc8e9895ad35e0d2396c0adfba8cfc1ef60fbc9 1.18 MB 2,474 47
585,379 585,379 0000000000000000001412649a0361602b37db8a774dfa736fbee2b6d13c82c7 1.23 MB 3,371 55
585,378 585,378 00000000000000000009e247218a65c92a8957e27c2034776e54928d61c6bbe9 1.26 MB 2,750 74
585,377 585,377 000000000000000000061104c9108eed0c741bf89c612f2f13e0092a02b1ccc3 1.17 MB 2,040 61
585,376 585,376 0000000000000000000911b322bd499e13ecd3af760acab97ac44dd5063b059b 1.16 MB 1,510 47
585,375 585,375 000000000000000000122ce822f7bd085061dcdbc4fc85971dcebabeeda82e9b 1.14 MB 1,981 93
585,374 585,374 00000000000000000001718c0c2f24d2a4d066705d8635aeb80014c4b3f1b4c4 1.31 MB 2,046 6
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,632.87 GB sent, 93.74 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.