Memory Pool Memory Pool Refreshing

6,878 transactions
2.19 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,658 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (327,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
580,551 580,551 0000000000000000000c457d24907337702582ef83f2c09d47b5b24a3a4c2aaa 1.35 MB 2,889 101
580,550 580,550 0000000000000000000ae6c0abf885aa54ed4ede038c0742d99ed5e1cec7f8f7 1.19 MB 2,805 64
580,549 580,549 00000000000000000014efa16bd85209d18f651eb63fb06266dd7d3c1db5e4dc 1.26 MB 2,153 67
580,548 580,548 0000000000000000000bdba9bc7b45f7454af12cd8181d2a4141147009b52e5d 1.25 MB 2,784 71
580,547 580,547 0000000000000000001c03bac4cc250f33545bce456f0a7fa05960b1aab1410b 1.30 MB 2,847 110
580,546 580,546 000000000000000000103b77d5373ce1c7e55abbc620bb2e2751302d7b011710 1.29 MB 2,055 102
580,545 580,545 0000000000000000001cccda68e3e18925213f3af34d845f1b2d793a8188e7a2 1.37 MB 2,664 107
580,544 580,544 00000000000000000021b8c1643a15ba3548e65303c3fd8a01565fbfda01c2a6 1.35 MB 2,536 112
580,543 580,543 0000000000000000001bcb66681903540d8c572ddbde16ac7aac8aea8b9d2b2e 1.54 MB 1,939 76
580,542 580,542 000000000000000000198e189501cdc73032d337ba4b99d4ba1e87c90547f15b 1.65 MB 1,769 91
580,541 580,541 0000000000000000000e6338b68495bb0711ba5d8fa3ef4b591446c48c9c76b0 1.30 MB 2,994 125
580,540 580,540 0000000000000000000cb54c279b61ad13e7447606a1fe6fdea2edfc8f7b239c 1.30 MB 2,626 92
580,539 580,539 000000000000000000251e96129d32d3e0bef6eb74273474729d6e333c71e4bc 1.13 MB 1,478 58
580,538 580,538 00000000000000000021db947d90ea6257422219591c39936686db4ccf8e75a2 1.25 MB 2,623 79
580,537 580,537 0000000000000000000b63e9a56ce962d0e5f123649655d964254386406d7b80 1.27 MB 2,479 93
580,536 580,536 000000000000000000153af0ce05ef1096da0f26df2174b0833e0232ba52effb 1.14 MB 2,784 102
580,535 580,535 000000000000000000058313049c1a21404efec264cf3238e65d751fbc608e83 1.16 MB 2,633 90
580,534 580,534 00000000000000000007a06b277e9feb6bb31c0d6f1aec3cc6d7052021f5a54d 1.08 MB 1,499 67
580,533 580,533 0000000000000000000dacee519b348af8bc09559b84a1ecda66dd59f949c126 1.41 MB 2,241 77
580,532 580,532 000000000000000000248c99317dcf7fd13f14edc590f387f97ddaf856ea5684 1.30 MB 2,889 94
580,531 580,531 00000000000000000021b94314988fa7c6baa6b237cd668af1c70a3784751d44 1.32 MB 2,398 94
Previous 10 blocks ↓
Total Size: 769.28 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.59 GB sent, 94.35 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.