Memory Pool Memory Pool Refreshing

6,956 transactions
3.95 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,462 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (392,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
515,310 515,310 000000000000000000235b748a93e0809838b43cfe69034257a18abc17b810d6 0.13 MB 308 29
515,309 515,309 0000000000000000000b062c18b976070424318559b3f6dcf81fdc9218e50920 0.94 MB 1,648 32
515,308 515,308 0000000000000000000be8417cc5002c4ac1fba0404fbbf1ce08c1473eb02a0e 0.23 MB 536 23
515,307 515,307 00000000000000000015945a24d4085bd0678d0c019f7f74c0284e907ca4279b 0.03 MB 66 18
515,306 515,306 00000000000000000005cc69742fd65d27e2428ae61b6febd46473fc8839f376 0.54 MB 1,074 31
515,305 515,305 0000000000000000001523f28de3fe6218b2323f33bbe76f8f8d7f0c0d897ecf 0.86 MB 2,230 43
515,304 515,304 0000000000000000001d4bbc5778b65c1a48483ed9aa32ec80694276f3e251fc 0.29 MB 585 24
515,303 515,303 00000000000000000011d737067722ce4557aa54aa5942d45e0950ff6a10e208 0.97 MB 2,319 33
515,302 515,302 00000000000000000015361409d5ce126dfdaaaf4fff801834b2cd3a58189210 0.87 MB 1,978 30
515,301 515,301 00000000000000000009ce6b7af6b9687e334d13bcbdc075a20fd97fcb5f75c2 0.56 MB 1,356 31
515,300 515,300 00000000000000000033e70b7d8a69f7b5f4cc925d74e27ffe3a6cebc60ec9a1 0.64 MB 1,430 28
515,299 515,299 0000000000000000002fffe052877968d9d08ae50ecd7c53d50cf6c14a5e9f85 0.20 MB 238 13
515,298 515,298 000000000000000000299ca07ebcc561d4ec07f866fc0bacbae29102d9df864d 1.16 MB 2,799 38
515,297 515,297 0000000000000000001c9d0e26728c4cd79958b27693d8129330c0dc5ce37d6a 0.67 MB 1,442 25
515,296 515,296 000000000000000000451fc412e240f1214565c3c0c57fd4eb6d04c5b9f8fe0b 0.64 MB 1,647 33
515,295 515,295 00000000000000000032e1c7dc11e4fe6075abf03ef52063e7a04d53580a2ae1 0.26 MB 550 29
515,294 515,294 000000000000000000291ccf3794f7b5586faa36391cd1a4586061c8543fdf46 0.50 MB 964 23
515,293 515,293 0000000000000000004f66e62cd878db6014a48490236330073f7daef0373b0b 0.41 MB 949 12
515,292 515,292 0000000000000000003ab5548bd77533c447de7c3f127b7211f7c45467e3a29d 1.10 MB 2,322 24
515,291 515,291 00000000000000000026ec962f74a6b40ce182f4a5acf75081c173357ec17600 1.14 MB 2,695 45
515,290 515,290 0000000000000000001931840ceac85264e6dbc652b7c3d41259765b733f53c7 0.30 MB 532 36
Previous 10 blocks ↓
Total Size: 769.03 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,625.95 GB sent, 93.05 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.