Memory Pool Memory Pool Refreshing

4,207 transactions
1.27 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,333 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (4,201 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,593 903,593 000000000000000000024069e9bb73b490f7f5a8dfcb456c56919147acfa63ea 1.58 MB 3,219 3
903,592 903,592 00000000000000000001be645d0d6bdcf0d12a6144e29cec8a6a2307381cf0a9 1.21 MB 1,078 2
903,591 903,591 0000000000000000000239d557c11e306cd79e9dd2c867d056d6de112df844a4 1.51 MB 2,758 2
903,590 903,590 0000000000000000000078822af15cbd1940ce76de9a0393cb3f051437bcf96e 1.51 MB 3,686 4
903,589 903,589 0000000000000000000169ab0f84c61442715a0b36946fe2e96a2c3ab6c4666c 1.60 MB 3,085 6
903,588 903,588 00000000000000000002436ee885df865252453a5308fb2070bf3e93b2b921d4 1.46 MB 1,763 2
903,587 903,587 00000000000000000000c52323fcf62a1a6785af24421f02e232d1d9196bae5c 1.50 MB 3,349 5
903,586 903,586 00000000000000000001b31b2accd015cf27f394aa8a4c1046901a40f9d13a65 1.68 MB 1,548 2
903,585 903,585 0000000000000000000067b7a16800d5f69420180c9e4b5e5cf4b85e77d9ea75 1.29 MB 1,274 2
903,584 903,584 000000000000000000006dc62e6b2d27391cb0517e6f2c3b588ffe41673ea88d 1.69 MB 2,210 3
903,583 903,583 0000000000000000000119ff8ff4336888f93fe83d78e0399a120c6947c51854 1.56 MB 4,165 4
903,582 903,582 00000000000000000002035fe8c7daf198807c3fda569e33b234a9babe2ed439 1.54 MB 3,541 6
903,581 903,581 00000000000000000001ea7b43435843f910525403f00d30e5eda5d6611118e6 1.55 MB 1,535 2
903,580 903,580 000000000000000000008e47219881a0c40ffad8e0ecfacae2bac9a0c41c9912 1.55 MB 3,653 4
903,579 903,579 000000000000000000011eedd5f653b88ff6082646be1fdcf27056324c089230 1.63 MB 3,438 2
903,578 903,578 00000000000000000001d5b0e2101eece18f1f2e1979fc6c61136731902f2161 1.45 MB 1,950 3
903,577 903,577 000000000000000000021ec827204602272a1733b27aba73e0ae1a64b8968e9e 1.56 MB 3,899 5
903,576 903,576 000000000000000000024918d4d60a15f51ea4eee8898981a247a3dd78a303d7 1.61 MB 3,234 2
903,575 903,575 000000000000000000001baeb5f8aff0d1de81704b2e01a8644d5e1ee497d0ca 1.64 MB 3,148 2
903,574 903,574 00000000000000000001af04e624b2b15ab4a7df03e8ac3699ac5c701f729e44 1.61 MB 2,775 2
903,573 903,573 000000000000000000025a01373fd0e8d19ab4210cb82cb97f1736a4113b2750 1.61 MB 2,190 3
Previous 10 blocks ↓
Total Size: 769.16 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,632.69 GB sent, 93.67 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.