Memory Pool Memory Pool Refreshing

7,994 transactions
2.52 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,848 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,661 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (5,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,314 902,314 00000000000000000000fd6600fafad8f1658f2a0c43fd7e15ce3207ae8d3a37 1.77 MB 3,166 3
902,313 902,313 00000000000000000001dc28b77b383744580376ccafdbd79bc4aa7d9b430fa9 1.65 MB 3,031 3
902,312 902,312 000000000000000000015465dc2ad5e9433e9f9ed1b64fe87990ede4d517ffd0 1.54 MB 2,978 2
902,311 902,311 00000000000000000001746dc74c5150a41138a5d668fa7b4330acf8d1b2887d 1.61 MB 3,882 5
902,310 902,310 0000000000000000000232d3cd4eb5274fb80705216118609bd3562652b03bc4 1.55 MB 4,629 5
902,309 902,309 0000000000000000000229c8f2f55f7340968efb8cf697be307a11ffe793775f 0.59 MB 1,291 1
902,308 902,308 00000000000000000000216643e7d6ddb3d5ae29f3e8b32b07440b7d686fe052 1.54 MB 2,850 2
902,307 902,307 000000000000000000016c38b90dafa961f0e126eeaf791917a59d650b769085 1.74 MB 3,771 1
902,306 902,306 00000000000000000001b01e899435535acf2f526fada9fc054599fdc601aeb2 1.62 MB 3,926 3
902,305 902,305 000000000000000000001c3f1a797256a0a7e7b4103d9916ed22041bebc70af6 1.60 MB 3,359 6
902,304 902,304 000000000000000000001dd6adb06bdf474a16488445d7ab600dc27a8bb6ab03 1.47 MB 2,487 3
902,303 902,303 000000000000000000001dfd2cbb50a2285e93147e9a82522d3557a86d4fbe5d 0.25 MB 1,069 1
902,302 902,302 00000000000000000001647054d26e9992060e7d9436ed5098adab4f08834084 0.65 MB 875 2
902,301 902,301 0000000000000000000234c6dff3906c6e8d5b3192c004ede525a046e1321ae4 1.44 MB 2,792 1
902,300 902,300 00000000000000000001802d65a66ee452d95db9e7a6402ab9e6d135e76060a6 1.68 MB 3,000 2
902,299 902,299 00000000000000000001f7bdead2641151162c4471ae19fb64b7bf1d444b2598 1.54 MB 4,163 4
902,298 902,298 00000000000000000000a4639cf1ad56164252a3afd41204d4a112ad6269d1fe 1.97 MB 1,957 1
902,297 902,297 0000000000000000000137fa3a4945524424cbcfb5db44edc41857b94ab51ab4 1.21 MB 328 1
902,296 902,296 00000000000000000000bc91531eb7205d643a0335761359ae0137881e982a48 1.73 MB 486 1
902,295 902,295 0000000000000000000210708c815388d3bf1a0984b409cb55d09669c8c9765f 1.57 MB 3,042 3
902,294 902,294 00000000000000000000b83f731bf618fe22b26cf682630447ba3ae4d6fb136c 1.88 MB 833 1
Previous 10 blocks ↓
Total Size: 769.26 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.22 GB sent, 94.21 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.