Memory Pool Memory Pool Refreshing

4,935 transactions
2.97 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,690 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,990 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,689 (865,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,971 42,971 0000000026ac76bb2659058596116eca2673b7004ae0acf0e18746d8b9746e82 0.00 MB 1 0
42,970 42,970 000000001ba1225c7fc71281fb4e0f0cd938b3fea10c28ae982438ba72d470a2 0.00 MB 1 0
42,969 42,969 0000000040f05c7adf0db8608ed1122b71ad809bfa1c884931fd77ff1e62d0de 0.00 MB 1 0
42,968 42,968 000000003a0a5623fff2f5c46cc19408c23b669ac67a2f39a36abdaee3a59ad5 0.00 MB 1 0
42,967 42,967 0000000040237b2d21d386d47bc9dd3de82f43069828f750106627cfc1506ad3 0.00 MB 1 0
42,966 42,966 0000000005bdfaf0e1f8366ac7d096fcb23c58467268f315e2c80d79b4c77263 0.00 MB 1 0
42,965 42,965 0000000018380291f748e860a6004a89444d624c39999ad2367d5d6e9ced457b 0.00 MB 1 0
42,964 42,964 0000000015367232fc69192146eb954550c8becafad676ea729161a7de9dafd7 0.00 MB 1 0
42,963 42,963 000000003b22f3a7ce23bf9006f2237c6fd7dd9242130ba4af6e35cbf2d2f66d 0.00 MB 1 0
42,962 42,962 0000000041b2a53a2cf639a405c6423bca7e4e6e7c03bafe729a580ed4ab906c 0.00 MB 1 0
42,961 42,961 000000003f6f83b5e61f8142229c17e24706a0ab4e5cb78e635f1c3270f0b7f9 0.00 MB 1 0
42,960 42,960 000000001395e77727656525b6cf914b862d4c6b283684799aa9176ffebacbcd 0.00 MB 1 0
42,959 42,959 0000000015c200348f052e88e6b26a18f0a24faf7a6f57f275c6365f5172ee4f 0.00 MB 1 0
42,958 42,958 0000000002f37089d6ba4d2fe48e513a4ae71a8297c0dfc2e24e3a185b755781 0.00 MB 1 0
42,957 42,957 000000001d4201e387e7bdfcdc1a203451ca075e57ff46c9b7564d62671d12a0 0.00 MB 1 0
42,956 42,956 00000000195486add5eee6ab45aec4c7b8cf7a2ffc86094b3a38ea381f66224f 0.00 MB 1 0
42,955 42,955 000000003f7274e707d37a11da58278e4cd256e7d3abc78edb4aaff290063574 0.00 MB 1 0
42,954 42,954 000000003c3ec153b92836501ee22aca63f6e4f692d39c81b0d434be099cbf8a 0.00 MB 1 0
42,953 42,953 0000000022ed484e6c2321b9cbf18b324e2d37c9d7644104667990dcbc648e00 0.00 MB 1 0
42,952 42,952 00000000018c2b00e00bd976e0239dd56c4ffcd41c16c3161855327a8ef2ef86 0.00 MB 1 0
42,951 42,951 00000000390187287110b7af405ae53a3b365c3bac47460abf2fab4758e464ca 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.98 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,854.11 GB sent, 101.86 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.