Memory Pool Memory Pool Refreshing

7,236 transactions
3.12 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,688 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,881 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,687 (171,963 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
735,724 735,724 000000000000000000054179baca62004692f6a9c2a7d0670515dcdd2892ce48 0.28 MB 361 11
735,723 735,723 00000000000000000005e16df71aeff9f3846461fcd4292d9fcad98fec1beaf5 0.99 MB 1,507 13
735,722 735,722 000000000000000000036eeab7c182fe9acfd22e2343ebcb5db45ff592cb8595 1.27 MB 1,788 12
735,721 735,721 0000000000000000000903fe256b29a74922ae4d1d44f0557a2e0e920a9325e9 0.76 MB 912 17
735,720 735,720 00000000000000000004d6479f855dd589e2767622738301dfbb40bff7d6161a 0.06 MB 95 12
735,719 735,719 0000000000000000000162eb701bcfa16039818433bcf41e8f93b43dbc77be78 1.12 MB 1,590 14
735,718 735,718 00000000000000000007865cc9950efb4cc09579a5f622dff2205cd5bf7b832b 0.13 MB 263 14
735,717 735,717 000000000000000000064430ae1e6dd9547a7c5ba185e8e1924f82e2eeb09087 0.72 MB 1,266 15
735,716 735,716 00000000000000000006c14c3bc2974fa828abe60d822ad5c70b852756459958 0.10 MB 197 15
735,715 735,715 00000000000000000003b636f4d8a9e0dc016e5a9f20773fe12737702628961f 0.91 MB 227 1
735,714 735,714 000000000000000000038471384dc2e38b12364927a1195c5cb8e8b67ad257bf 1.13 MB 639 4
735,713 735,713 00000000000000000006ff5242a353fed87938c8e2a82031385c90ff5294f832 1.48 MB 1,355 9
735,712 735,712 00000000000000000006240a4b5ccfa51e2f7118ea201d5839a15ac858aad6b6 1.55 MB 2,281 15
735,711 735,711 000000000000000000015914215bfafec8539f22120cbe14de271b04cd8fdbf4 0.67 MB 752 14
735,710 735,710 00000000000000000003a8766db53f25ae84502307b58c1872e79f3876b63e9d 0.74 MB 787 17
735,709 735,709 00000000000000000005c6ca16a02c982f3061b92e62882c2a9311a3906b327b 0.03 MB 89 20
735,708 735,708 000000000000000000060343a8fb33476a3ed6ad6b992be8d416abd307d31780 0.04 MB 86 9
735,707 735,707 00000000000000000005e0147e173d67ce5d387071507d6b96bace3aaec4e977 0.72 MB 1,399 21
735,706 735,706 00000000000000000001d48ada60b40c290a65a96c4009e7671ca94e1465f423 0.60 MB 1,199 20
735,705 735,705 000000000000000000086b184a48a21ba7816015bb57f9f85ddc2819dc37bce0 0.26 MB 356 15
735,704 735,704 000000000000000000012e38ee667a433cf0e3e1e0e4c9ea70d987c8bf833747 1.10 MB 996 10
Previous 10 blocks ↓
Total Size: 768.96 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.08 GB sent, 92.62 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.