Memory Pool Memory Pool Refreshing

2,345 transactions
0.73 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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
901,838 000000000000000000023a040000000000000000000000000000000000000000 0.71 vMB 2,336 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,837 (415,284 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
486,553 486,553 000000000000000000c483e5c52c485e5e55c576237ed21954b2255edb8e7340 1.05 MB 1,906 113
486,552 486,552 00000000000000000092d358e8417a85cd6aff3f3d38a7bcbca128c2da41ff0f 1.00 MB 2,314 161
486,551 486,551 000000000000000000a73d34fd929c3e3e38561493f7b9300af419cba2e97f50 1.03 MB 2,168 138
486,550 486,550 000000000000000000b16e03967aed24a6b64da28279aac0fe14797f839b4703 1.01 MB 2,326 167
486,549 486,549 0000000000000000003d756d0e989fbb5d833a4c2b6726e2736b88b4338fb445 1.00 MB 2,236 162
486,548 486,548 000000000000000000a32004d676987f89448d570d62ef0edcbef3c43dca7919 1.01 MB 2,416 81
486,547 486,547 0000000000000000007f4d1111a7946a23a221d34529ae055eabcd46ee009e24 1.05 MB 1,852 124
486,546 486,546 0000000000000000002f04aeec6d852b42c02854c5ad6566d91bd93c1b4e3561 1.14 MB 120 117
486,545 486,545 0000000000000000009aa6c42677576bf8d76f721dc9c4c6cf4c4d4892c45fb6 1.07 MB 1,658 151
486,544 486,544 000000000000000000e3f18aa9c76c8afda9852c3b3805eda71a72e43cd2b525 0.10 MB 267 37
486,543 486,543 00000000000000000060dda6f49e38f28e3022c8068b71c501bc7b10ac7df469 1.09 MB 1,095 67
486,542 486,542 0000000000000000004846d2293b31e2a145d4b550ff962e50196a246d51f6a4 1.05 MB 1,696 147
486,541 486,541 00000000000000000076b74b9e71a6a06dd1bf603a04287e4d92a92ea0186fd1 0.27 MB 224 48
486,540 486,540 00000000000000000015409a1e074b202ea047bc5ef98a46af8944882555ba9e 1.01 MB 1,533 118
486,539 486,539 0000000000000000006c6afb5435bad45fa752906c69b18940bfec33c12da8d8 0.06 MB 169 117
486,538 486,538 000000000000000000a0e3eb30b60e8c482c1af8e5694836f04e8ce1c93316d1 0.66 MB 1,385 120
486,537 486,537 0000000000000000005a6c2f7aabc8ec655f55a5973adf346d30475efb06cd5a 0.15 MB 228 28
486,536 486,536 000000000000000000b71b651410ba77fc25a320b9aa42c5e12866dda7c1208e 0.38 MB 1,027 116
486,535 486,535 0000000000000000000d8c756682dad9997c5d1c648923936b0d70cadf744647 0.83 MB 1,946 63
486,534 486,534 0000000000000000004701739b05ddea4505018b9cfd7fc7e1d71c0b7a29d616 1.01 MB 2,475 149
486,533 486,533 00000000000000000046e7cf7e3cd1cc2d4f8ca187f6a526187bdc5d1698211d 1.03 MB 1,271 4
Previous 10 blocks ↓
Total Size: 758.91 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: 768.55 GB sent, 41.37 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.