Memory Pool Memory Pool Refreshing

2,325 transactions
0.90 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,008 00000000000000000002349e0000000000000000000000000000000000000000 0.90 vMB 2,323 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,007 (153,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
754,550 754,550 00000000000000000000fba97685b6cfd9b7f24c60e9e91326474ffe3ce810bc 1.55 MB 2,697 14
754,549 754,549 000000000000000000081238bc397199ef07f4069a894e6193374b93f6cb544a 1.33 MB 1,888 16
754,548 754,548 0000000000000000000025dc1c1306da80efe2502b7f6db46d986fb0939233ee 1.49 MB 3,155 22
754,547 754,547 000000000000000000088642221309e9524cb21c2a39608b4fd58cff60cfa5d7 1.41 MB 3,213 23
754,546 754,546 0000000000000000000342bcc0b2b43ac35c297676ab30a1be751dfed6ee3d9e 1.48 MB 3,227 36
754,545 754,545 00000000000000000005831a761b6751be904eb26d14c2e3538bbee96a1a3636 0.72 MB 845 9
754,544 754,544 00000000000000000003553fa7241d01cc1b9eb7ade394171912f70919d4abd0 1.03 MB 2,131 13
754,543 754,543 000000000000000000054a3088f2710dbe45d7df856fb345ed5cd82f7e0d4ad5 1.50 MB 3,158 14
754,542 754,542 00000000000000000000cc45201084366fff6cd0dc5776b03e49c0b2579875d3 0.85 MB 1,505 16
754,541 754,541 00000000000000000004060c1650bf94e70454e1858a7d6121133ed02583ee78 0.29 MB 730 16
754,540 754,540 0000000000000000000647f72aef9348995e30846c00913c166c88cc6dceab16 0.12 MB 318 14
754,539 754,539 00000000000000000000e098e0b548beb1f7bc2323353a39d19738928663f3e1 0.03 MB 96 17
754,538 754,538 000000000000000000026f9c2f7f6e64f55bda868d69aaea7fc9f757e431a5b1 1.00 MB 1,230 15
754,537 754,537 000000000000000000065f021a58f6802788cfc19c36489e2cce0c5300746aaa 1.49 MB 1,412 9
754,536 754,536 0000000000000000000283aba54f7cbe6ab4f2306bdbf8df9fe0aaa36e52a184 1.23 MB 1,618 19
754,535 754,535 0000000000000000000812d026c1ac0870c2560c7895fa851492a477d1f45826 0.77 MB 1,525 13
754,534 754,534 00000000000000000001294e0b6aa188fa89b189dabd5873234ca3db6f256f6e 1.03 MB 2,244 14
754,533 754,533 00000000000000000007a334dab95072504a67ca805fa8ddd28d01fb437639d8 1.45 MB 2,891 15
754,532 754,532 00000000000000000008a00ce7d09ba786682e5d8a5cb0bfbaa08dae9f2106b6 0.34 MB 787 15
754,531 754,531 0000000000000000000504e8255866dd14b565402308e5b5959ca67ac7233fad 0.86 MB 1,759 14
754,530 754,530 000000000000000000035e36a6baf50586f199205874e204e7760784f9b4e246 0.90 MB 1,735 14
Previous 10 blocks ↓
Total Size: 769.56 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,649.21 GB sent, 95.74 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.