Memory Pool Memory Pool Refreshing

6,884 transactions
2.47 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,840 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,644 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,839 (668,264 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
239,575 239,575 00000000000000cd0c9d580b8809c990efd438d7437ab8fc5fcc45f138637e62 0.22 MB 417 572
239,574 239,574 000000000000002a4ab2009c61d39079a65df012e5278e4568b33b2954205d9a 0.25 MB 549 192
239,573 239,573 00000000000001001cf35f40e9e73677033391451a39f72f6f3712f6703698b8 0.06 MB 128 172
239,572 239,572 000000000000000006582fa9652895fda92c757ae6beee9dfbc3932125b5ab8e 0.11 MB 277 183
239,571 239,571 00000000000000823f6c6520f2179ee9268c3b49a168a34ca044bb8cc2f4c6eb 0.09 MB 194 135
239,570 239,570 00000000000000687dc957f3ba6685aeb8f73dee7a48020caccc015115494fc8 0.25 MB 327 96
239,569 239,569 00000000000000a1ca030787f5de6b021e3f52a0f741ee24b71876ad0f2642d2 0.25 MB 403 134
239,568 239,568 00000000000000737adf6f1f2c88fc520d106ae2ed097bf60b552e6cdfc92b49 0.20 MB 556 268
239,567 239,567 00000000000000f320cf952024c699905d02fcecfdf33fa77c079597854d17fb 0.04 MB 86 159
239,566 239,566 00000000000000a25097060552d10e0bceded1441c60f8a8dee863445913afa5 0.14 MB 343 156
239,565 239,565 0000000000000057630f23b24f8813d0120fcd01e785d6163621b8a91e99e235 0.01 MB 33 193
239,564 239,564 0000000000000026a49a13f1db5c65b8dffd6fdfabf09726f5910bc270783353 0.04 MB 94 177
239,563 239,563 00000000000000f6f6aebb082e0acc8c26edaee90ced110d60de26a487a5e001 0.13 MB 367 286
239,562 239,562 00000000000000467980a4fd8968112232829464899d98148849c86987f46b69 0.14 MB 231 85
239,561 239,561 0000000000000097326c2bb33f644b7c05c5f201aa9321c0ae787f4e0d9f9e78 0.12 MB 181 99
239,560 239,560 00000000000000e1555919a16aedabd1e47dc582387ea4dff210df84ff76ff6e 0.25 MB 769 294
239,559 239,559 0000000000000040e23d384ce989275f03c9b9f863868c06e08d6b3abd2e3d66 0.25 MB 426 99
239,558 239,558 000000000000003e9fbe9ac4eef1f004a25a3d9ef70ab462795099a6a30fc8a3 0.07 MB 207 67
239,557 239,557 000000000000008cf235e47fe29e57ef46e55d97e7941bd0507bf505d9ef469d 0.25 MB 673 226
239,556 239,556 0000000000000075de9f04a60837c5c2089ca847e8d2581903b3c750aedd4e8b 0.08 MB 104 47
239,555 239,555 00000000000000c9b2b44708263a80b9c0d0ad5be6dd8086b40e21ab3bb371c3 0.16 MB 319 64
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.14 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.