Memory Pool Memory Pool Refreshing

6,055 transactions
2.04 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
908,122 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,720 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,121 (693,817 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
214,304 214,304 000000000000033dc33aa963b59eb18d7300e216eb87b5b094e94f41253237a6 0.25 MB 430 145
214,303 214,303 00000000000005993039cb3d2e4cbd410ee034162d2c01b37c15e43ac6cbd1f2 0.00 MB 11 15
214,302 214,302 00000000000004c74bc25f31e8efd2a2dd63d9f90ca6a5964d83629b9ef2860e 0.25 MB 782 253
214,301 214,301 000000000000028f4c0ae4c491cdb7cd005d9d34eacf5a9d831d67bac266706c 0.05 MB 142 150
214,300 214,300 000000000000025820f057b899eff0adefeea21611280f105b6b27e3ed6aa3d5 0.11 MB 196 143
214,299 214,299 00000000000002feb97ee4362a8a152d183ce189d75ce492d6bf535dbc7a22b3 0.19 MB 517 194
214,298 214,298 00000000000004f74a228aabb353c387473891b624275ef623ffa137059268ec 0.07 MB 148 153
214,297 214,297 00000000000000c9d11c8356d753febfc13eca312d55588fa86efaa8873d6b03 0.11 MB 223 160
214,296 214,296 000000000000026bb6cce8f11e23dd3a243ab7f7b7cde727bc577d043c7cb702 0.10 MB 226 173
214,295 214,295 00000000000002cc59c7aebeba6b3d62e64a6aba1c271b238378e660724ecacb 0.02 MB 42 140
214,294 214,294 00000000000001c04b724b0c0c1dfda56d1a91fa81da69ef203a69d0ed9fd854 0.05 MB 121 149
214,293 214,293 000000000000036e09b2e8bff279c9f482fe5767a0e79e67529565445334d095 0.02 MB 41 454
214,292 214,292 00000000000002124390b9f6a617033d95b38fd91c232f413f11dd33bbac8a29 0.00 MB 6 92
214,291 214,291 00000000000003ab4425607ef798df2dea919b26d41abaab86f6e92a050808f1 0.01 MB 22 105
214,290 214,290 000000000000006d2c8f76b450b726c466790c1bce6e1442026754c0be5b1484 0.12 MB 330 201
214,289 214,289 00000000000001325b2da82323b7b676952179f0ae4a4dc0877c479c3b09dd80 0.16 MB 414 245
214,288 214,288 0000000000000256b734fefafaf308c0aa39516759f548e3eea06da097957fe5 0.05 MB 73 113
214,287 214,287 00000000000000f2dd64a3d498d3294f53a6340427d0ba57d65f2fa46e618b7b 0.15 MB 164 75
214,286 214,286 00000000000000a3bc7ed1c8571ab6cc98ff0db9affcd42ca4f1e2cc3188e8ab 0.09 MB 216 224
214,285 214,285 000000000000006147709ccf1b51bcb1f35b8ba121c059cc731c256be3b2c8f5 0.15 MB 420 207
214,284 214,284 000000000000050b4763802040fd0ca7a3f6376cbc1db1899c0abb6324ccc47a 0.01 MB 21 78
Previous 10 blocks ↓
Total Size: 769.77 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,679.82 GB sent, 96.77 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.