Memory Pool Memory Pool Refreshing

10,701 transactions
3.36 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,079 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (585,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
322,405 322,405 0000000000000000084a4f37a553ad8458cb00e7c4ddf947b4b706abdfd412ba 0.37 MB 646 27
322,404 322,404 00000000000000000ac7b1923a004d27628e47b51017f84b95e87180e2f3a9b7 0.13 MB 194 30
322,403 322,403 00000000000000000c649e43f86d8319ea71bc53fe4c20eea4f89dbc841e5dad 0.16 MB 249 23
322,402 322,402 000000000000000014bff2e2aa3886a4ac11cfa948f00be20cd4f5c369e78e38 0.11 MB 75 16
322,401 322,401 00000000000000000561725cf4f207b38c0dde93414d52bdc5cdbba665728b5d 0.21 MB 376 29
322,400 322,400 000000000000000005fc40015f450092a5cd4ac5077c7bdc59d5ac2a547c31d9 0.08 MB 166 31
322,399 322,399 00000000000000000698ae4f43d2d30199420fbe7c73a4dea87f29bd231e0306 0.65 MB 353 13
322,398 322,398 00000000000000000c358055414b6987b3c3a18896e0bb9361cd3b3729ec4d0e 0.75 MB 1,989 39
322,397 322,397 000000000000000000fc7fdfe616926d37b4acd52cdfdc5d1080abd9c9321c5c 0.01 MB 16 89
322,396 322,396 00000000000000000ecb14e25a85d6f4f5aadd8302faa8181acda1f288d3f6be 0.04 MB 31 13
322,395 322,395 0000000000000000151cd7a6520de0f86d0469958465bd9f29b5b8a5c47abf00 0.01 MB 26 23
322,394 322,394 0000000000000000183d8462bd0b2d228f4a3a8992c80b3cb614a55975287d37 0.24 MB 329 23
322,393 322,393 000000000000000004a0bd40e9762fbfc4ae79d78249d2aa368fad4197968ba7 0.07 MB 142 28
322,392 322,392 00000000000000000007a575c2f60a61b27862e67350b2785799465d9272ae02 0.31 MB 622 31
322,391 322,391 0000000000000000228e76eca91de76a78fefb22a5698a26e5a706d15d8ed974 0.15 MB 197 17
322,390 322,390 00000000000000000a86cae03356df8169465b10eac3c955a06a77202db1887f 0.20 MB 342 36
322,389 322,389 00000000000000001275830ef784b10f1198b98270def65154516baa4bc58261 0.04 MB 120 32
322,388 322,388 000000000000000006108cf2c2cb50cbc18187eb2cfcf0975c5086cb9e51306c 0.41 MB 723 28
322,387 322,387 0000000000000000086f42dc46533acc7beb9732da2a55fd98944f2f6e290eda 0.43 MB 831 30
322,386 322,386 0000000000000000031dd6bc4a055795863cde1617cb45a6d5a89276c9250ece 0.22 MB 272 20
322,385 322,385 00000000000000001ccebbc4236804eabe642d4e18c96cdd2fb4624c11c013c4 0.35 MB 564 32
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.