Memory Pool Memory Pool Refreshing

2,727 transactions
2.85 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,813 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,391 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,812 (5,491 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,321 902,321 00000000000000000000f37249fdb265cd76e0cf2c2ab01162db610de04e7f7a 1.53 MB 2,701 3
902,320 902,320 000000000000000000017877e739237e70a186f0e3dd7835c29693c0b777c5bb 1.88 MB 2,274 1
902,319 902,319 0000000000000000000107ab5fac1b65b2d536791880725acb41ecfc3a353c23 1.54 MB 3,110 3
902,318 902,318 000000000000000000018c6bf79646a705c9d16349a53efa2d5bdf44c67ccb5f 1.70 MB 3,488 3
902,317 902,317 00000000000000000000a5ef8054d1975b171d0c87c29646f8d8f2aabcb3fcee 1.63 MB 3,161 6
902,316 902,316 0000000000000000000197cf6a78e9b7cb7871286cdab873875bfe3d06181fb3 1.53 MB 1,972 1
902,315 902,315 000000000000000000008712575108821bdca9fa8b822247f85790e61e01a7bd 1.55 MB 3,432 4
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
Previous 10 blocks ↓
Total Size: 769.19 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,633.67 GB sent, 93.88 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.