Memory Pool Memory Pool Refreshing

1,029 transactions
0.37 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,747 00000000000000000002349e0000000000000000000000000000000000000000 0.37 vMB 1,020 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,746 (556,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
351,503 351,503 0000000000000000049a81389d178309a87619bf5b4671919ff0c4fce6da5b4f 0.06 MB 134 28
351,502 351,502 000000000000000007ff39c6b4de2f82e65905c5af24231cd91f5aed6d09ca56 0.08 MB 140 25
351,501 351,501 000000000000000007a253dc8ece83c0f10a0407efd88c52056036f2e2472f6c 0.15 MB 342 34
351,500 351,500 00000000000000000a47f4d52ce52769cae80c40cb172ad12ebf9aeef46b5f59 0.10 MB 238 41
351,499 351,499 00000000000000000b25bd10064b0a584ca2610a27ed959153cb5ad59344ea32 0.23 MB 461 34
351,498 351,498 00000000000000000dc130dbbb30fb61911f52b4c006ba3c332c4bbc72c7bd42 0.41 MB 689 28
351,497 351,497 00000000000000000253cd0be09fb8797179fca1ff3ad284dfa1ac030c5d80a4 0.13 MB 280 28
351,496 351,496 0000000000000000140e99ecfb4b45e04372fef7cdd4cae1f4663d2344753412 0.08 MB 160 29
351,495 351,495 000000000000000011b2d36d108fd8243a6e05e6d18c576a8226fd5e8f9970e1 0.61 MB 1,251 33
351,494 351,494 000000000000000010651963f3b74b7fce3eab91d206f06d9c0a29976176df7a 0.30 MB 639 32
351,493 351,493 00000000000000000ddd1fe7b2c358e0ae9f9482ee6ce625cf76ce70196fda92 0.16 MB 339 31
351,492 351,492 00000000000000000ba27e6835600bee08d26b908d5dec92aca0514def8c0009 0.46 MB 854 26
351,491 351,491 000000000000000003ce5a021782af0ada9fef927798048b03efac6cf098fdb9 0.49 MB 1,000 37
351,490 351,490 000000000000000008fc65b7e066a4da5821f3b882bcd3ef015c20ede5cac7f3 0.12 MB 242 23
351,489 351,489 0000000000000000030df865239ae2f3a2d496f4066c21f6d8e504c5fd68dcfc 0.65 MB 1,046 25
351,488 351,488 0000000000000000163601ee403f1286b9d02ccd2a616b951d1af43ecdcdb13b 0.00 MB 1 0
351,487 351,487 00000000000000000198493b2d60beac30f45041e82488aef1f571aa5b9aaa63 0.35 MB 621 25
351,486 351,486 000000000000000000615a7fff3d0bf2d895f79bdbb4457662fbd07ddd4c3dbd 0.24 MB 480 28
351,485 351,485 00000000000000001538cf97b7f4a153f3914063d1154fbd180b79b865263201 0.57 MB 1,243 39
351,484 351,484 0000000000000000146082c3420c2727fa6456e046cce713e49da3373e876a03 0.65 MB 1,387 28
351,483 351,483 000000000000000004560de252803987566cc9fd9ed19fc82ba9e092bd6ddf63 0.45 MB 907 31
Previous 10 blocks ↓
Total Size: 769.07 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,628.04 GB sent, 93.22 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.