Memory Pool Memory Pool Refreshing

3,674 transactions
1.91 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,740 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,079 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,739 (769,185 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
138,554 138,554 00000000000005c7b51e75c200d3aaf4d78c22109f87a919eae2ce27241b271e 0.00 MB 7 38
138,553 138,553 0000000000000427256b299a95118a77ae8d9bdb6a1f4d5b7c37b7fc5d17f17e 0.02 MB 39 78
138,552 138,552 00000000000002ca184413058d807291a18cf07ad94f220c45ae5c43157ee678 0.03 MB 54 549
138,551 138,551 00000000000003bba4cae78776a1015f7f96072d9bcbd4a0a36570d72006b719 0.01 MB 26 54
138,550 138,550 00000000000007cd1b4bfbf95c715dd46cf83cdf10e06ce2f66f6d22a0c9e798 0.04 MB 113 223
138,549 138,549 00000000000003233e12fd9ede57bc93f46715ff94889c8a059126dfdbd8ed33 0.01 MB 41 115
138,548 138,548 00000000000002ce5022055c0fdd70379e8c1a75109f21c4397498f6576572a0 0.05 MB 143 102
138,547 138,547 0000000000000517c8230470e0e5aeb35d85a1d21d3c1b7e570eac3c7a85d150 0.01 MB 15 1,174
138,546 138,546 000000000000065344d9e041ce6fb761ca93a79a4cc7b0689618f98c7ac7dc00 0.02 MB 61 2
138,545 138,545 000000000000082b2ca137795a04be65f16d6d9b616e1b0c23d5c329297883ca 0.01 MB 18 1,649
138,544 138,544 000000000000002592b212b4a04236ccc11b659fcc62ffc9c84e57e599b991aa 0.01 MB 19 174
138,543 138,543 00000000000007d24f6a321a232fbd92a61b4acd9d51c1d3f43930c8d2266398 0.02 MB 46 101
138,542 138,542 00000000000000f83f84305331518658c748da3a5195342571780ac73468b0d0 0.04 MB 113 45
138,541 138,541 00000000000002c9558a7b44a54cbe4f9d4802e4df3f3eeda9c49eaa3bf78911 0.03 MB 52 149
138,540 138,540 0000000000000915317cb59510c8be7632aa2082c95d9016e3b83d930d66d655 0.06 MB 141 189
138,539 138,539 000000000000008767d6e3bec4f5cd18d3829102a6cd653250b7fa9316022164 0.03 MB 79 106
138,538 138,538 000000000000017b75bbb48ed53bdb0655ad4616c4e78494887996c6d763fdd9 0.02 MB 40 125
138,537 138,537 00000000000007b9d93c8e3d54daddf1ea1c64c90c7e26e203ed645f1496132e 0.00 MB 14 535
138,536 138,536 00000000000009e4180713b1839dc6f3c78ef6cb709fdd53bc760dc8d4552cb3 0.03 MB 81 144
138,535 138,535 00000000000008854dbe187c393a232ce5d6a0801e13b55ebc7683a6379804c1 0.01 MB 11 771
138,534 138,534 00000000000003f9d320f04221df8914eb82d1e1f250a567211a179d3a1dcc5a 0.01 MB 27 204
Previous 10 blocks ↓
Total Size: 769.06 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,627.88 GB sent, 93.18 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.