Memory Pool Memory Pool Refreshing

6,788 transactions
2.21 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,694 (761,961 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,733 145,733 00000000000002537aed557902e9fcfae0df0ef958c55b77af83bb5b00b05173 0.02 MB 60 18
145,732 145,732 000000000000010e30455d0d376c2fb691c5bab987941c16626fed7ab787c11d 0.02 MB 55 124
145,731 145,731 0000000000000750b3ca7d9f9f6a12c8f2e7690533946414aa56321d1e95d6d0 0.05 MB 147 52
145,730 145,730 0000000000000026ad842f51dba91dd79a017389cee93ef58b546311016bedd5 0.00 MB 6 822
145,729 145,729 0000000000000080b6ccc8643d0dd8c4b0a4d580b11a77704afd5bec4720d97e 0.02 MB 36 65
145,728 145,728 00000000000002a78ad756578b20770d1a5f90dd17b9ad15b52e9e9fda2822c0 0.01 MB 22 212
145,727 145,727 00000000000000a2e8d746064542db0a221837fa9874abb692136e2a5d5cfd86 0.01 MB 38 254
145,726 145,726 00000000000003fad0ab5eb64eb617c3b134dc47747ec78201fd7d0b2b7d6666 0.01 MB 20 176
145,725 145,725 000000000000003b6773eb06f956b17f309975cd9b9ca797f3602fdb205f8ee3 0.01 MB 39 260
145,724 145,724 000000000000067cb3e5895b22f8520e8d840a7bcd775a5736fc02fb64d4be54 0.00 MB 10 43
145,723 145,723 000000000000011552fa4c5f5d9df6dcc2ad03319717bcbadff81d213a285f06 0.04 MB 109 187
145,722 145,722 0000000000000378b713cd577fafc75b7a952a2ce9cf22f78a5fcdf5ada6afe7 0.01 MB 15 71
145,721 145,721 00000000000000a52a0252814e2d5a42b05104e880ef73ba7ad8473c53d8b5d0 0.00 MB 5 114
145,720 145,720 000000000000098d01522268ab64cf3564e710a5d42ad9bdc3b48737826006d5 0.00 MB 2 193
145,719 145,719 00000000000009552a880c8a26480e0da122101d5e3f983999da89f3189dc31a 0.02 MB 28 288
145,718 145,718 00000000000004d339f093551daf9850c0b0f137f049a5bdf53a6eb967ea432d 0.02 MB 55 40
145,717 145,717 00000000000006b3218a20eed6154514ed7601a0349af580a1a5c4405284d9f4 0.01 MB 24 69
145,716 145,716 0000000000000389a761da64ed98323bbd5d1aba8fb461faafccf16b17ede822 0.00 MB 6 136
145,715 145,715 0000000000000539f2e0f949aa33a892d5f1ea1599c58de7352b1f9e99ddcc80 0.00 MB 6 38
145,714 145,714 00000000000007aec4ec907eff82c72a2a7872512b9d181203a2487c1f8fb508 0.01 MB 25 421
145,713 145,713 000000000000039ddd759ed60becf583ad0fbb55a79e1b6e26ed1afb8f645bcf 0.02 MB 72 179
Previous 10 blocks ↓
Total Size: 768.97 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.70 GB sent, 92.68 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.