Memory Pool Memory Pool Refreshing

3,429 transactions
1.21 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,574 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (185,138 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
722,559 722,559 0000000000000000000769d9af210da0ca4bb2b3a7d0e67a7193f94320445088 1.35 MB 2,068 10
722,558 722,558 0000000000000000000771df6e05842b28ba90fe37c5eee86cb3da9d595d07f2 1.03 MB 413 3
722,557 722,557 000000000000000000015553aab3cf07b9be0a4e9d64d26b6534b2764f05c895 1.04 MB 311 4
722,556 722,556 00000000000000000000437bbd91bb06f77a4fdfd188eec8193674af36de7191 1.31 MB 1,816 8
722,555 722,555 00000000000000000000ed4a00333bfeed0deb2b418abfdfe2df41afe038fd06 1.01 MB 88 3
722,554 722,554 00000000000000000005306fbe92a69e242c7732a48aa666f5e1d3e0175fb0bd 1.22 MB 829 5
722,553 722,553 000000000000000000097953843f6542812c39232f72cc00f376de2069f25276 1.40 MB 2,423 13
722,552 722,552 0000000000000000000322d470473e7d8dc1c81cbb7be2c92fe512fe46a8c7cf 1.10 MB 237 3
722,551 722,551 0000000000000000000a6ffe756d24af7a080f3f31951fef234940dda9f761d6 1.44 MB 1,068 4
722,550 722,550 0000000000000000000463b5cac6af98df177dbd8017c98022e98b72ef2a65f4 1.26 MB 1,052 9
722,549 722,549 00000000000000000009f34f2c60f1158d78dc553a62f49f7753e7915367b16d 1.56 MB 2,637 15
722,548 722,548 00000000000000000007da89b88297ce7b22941687eccff918013cc19e7f350e 1.59 MB 2,149 15
722,547 722,547 00000000000000000005e966d8e46344d49a83f338cf8bbc1e63ed86fb499f66 1.44 MB 1,085 7
722,546 722,546 000000000000000000046090f9a07d27000dbd3f3c6f0b61c2614abaff190349 1.06 MB 467 4
722,545 722,545 0000000000000000000623432fdb9821df79f2a6c69e574d2d228c2fba03e048 1.47 MB 2,759 13
722,544 722,544 0000000000000000000493545faa26f62c3d4b2ad5c336a6cd95c0390c75b134 1.51 MB 3,416 12
722,543 722,543 00000000000000000006984af096085389d97a8a5a536f7d8b8eb9c2775e916e 1.48 MB 3,095 9
722,542 722,542 00000000000000000002da9eeae060add16bcbccf17e02273c293764cd721805 1.22 MB 1,618 7
722,541 722,541 00000000000000000008d5619c51efa22450cea904e77e9dbe96554f61225372 1.59 MB 2,836 12
722,540 722,540 00000000000000000003f53382af2ab2cd63a999613a3089b651a3d72a919ddb 1.94 MB 1,598 32
722,539 722,539 000000000000000000072828444e2da8e0c243f8b24357113c6037342ec73002 1.53 MB 2,977 20
Previous 10 blocks ↓
Total Size: 768.98 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,615.99 GB sent, 92.70 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.