Memory Pool Memory Pool Refreshing

3,364 transactions
1.83 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,739 (647,382 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
260,357 260,357 0000000000000015e5d1575a26ed2ece7de5679db7b00198e0c7593f6c47bc98 0.07 MB 71 67
260,356 260,356 000000000000001cd0437379b4d578d159ddc0c18c172b9ad8a2392e46992853 0.06 MB 143 104
260,355 260,355 0000000000000017c618506446f3d06b7edab253274355f976969659afb797ab 0.07 MB 154 100
260,354 260,354 000000000000001bcec2fc7f899d03e7e198f50802a8df81b6832cea50dbfab2 0.07 MB 122 108
260,353 260,353 0000000000000010115863877c96e1a9927318b942eaaa0c59bbf81eab164eb3 0.04 MB 71 55
260,352 260,352 0000000000000019db50ff8dda2e7c3a3ef825f19a3b539deaa3762c728b3387 0.07 MB 146 88
260,351 260,351 000000000000001181b144b9fac14df6a919f0af15ef427a65e5ea81ba5b7fa0 0.20 MB 397 110
260,350 260,350 000000000000000bbbf314d2e75a8edd036dc46f01542362298ca504ad3dda6b 0.18 MB 299 117
260,349 260,349 000000000000000e471a1254283e2e868152dc150990247d47e3fa6d5ed6e99c 0.15 MB 340 107
260,348 260,348 00000000000000129b5ccad9d2cd862171cc1315382d8d24cc313eeca598328d 0.11 MB 270 92
260,347 260,347 000000000000001aa57090264c674b4572daa030d6ed29f286121f0c93ca995b 0.04 MB 71 66
260,346 260,346 0000000000000013d6e4b019b7078e38d6cbfa3f3448811bdb53765944ab3595 0.27 MB 138 41
260,345 260,345 000000000000000455d8f29e7ba79acfeb4d886464755b99dff31e3d8fbc708e 0.10 MB 174 85
260,344 260,344 00000000000000116b91f0b68f5efc069780a44eddad1741dbed6be1b495b320 0.01 MB 38 83
260,343 260,343 000000000000000b4b2992a1bee5304c97e8da8bae54f6786229efa15b44a421 0.11 MB 220 48,548
260,342 260,342 0000000000000007f0e8c56d66d3341025bb05eb83c764f2e8e29292da905c14 0.02 MB 41 50
260,341 260,341 000000000000000ebc6ed27f836caca83ee10ade7d2cbb583a857a2edf56d9c5 0.05 MB 86 92
260,340 260,340 000000000000001459e75b0a59b632939816d2dde8136d0e109af5d3daf740d7 0.05 MB 102 90
260,339 260,339 000000000000001acb2f24766a24e5b7d6c54f4b147c29c20aa0f911ed0a03ec 0.19 MB 298 79
260,338 260,338 000000000000000531afe85fad445d736ef24dc718611bd9e695f72b41eba669 0.01 MB 32 108
260,337 260,337 000000000000000108a1d6b28d25d343f4059acc09264dd7b89cd3c9f2c32406 0.03 MB 67 68
Previous 10 blocks ↓
Total Size: 769.06 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,627.87 GB sent, 93.18 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.