Memory Pool Memory Pool Refreshing

5,264 transactions
2.52 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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,663 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,734 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,662 (89,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
817,973 817,973 000000000000000000018e05507a89895d04722c1805a856ca799d4dc4b7b7fd 1.80 MB 4,746 121
817,972 817,972 0000000000000000000351aa3eeed581468b22160ff8940678f2d24273ca4657 1.73 MB 4,504 115
817,971 817,971 000000000000000000029a6d8d3bd5417bebaaa3f1caf0c8b53852dfabcff535 1.58 MB 3,558 186
817,970 817,970 000000000000000000001eef3949082854a9df683d6627b2c148a338b6cba185 1.74 MB 4,024 76
817,969 817,969 00000000000000000003c846d14bde76ed58630801d126f08b8d867945bc35dd 1.80 MB 4,835 112
817,968 817,968 000000000000000000043e5d74c30f40202c5aa9edd2b429f98ca5674c7036df 1.64 MB 4,161 106
817,967 817,967 00000000000000000001892e06206e660d5b5ebdd27321b19d960b8da0e4ebde 1.73 MB 4,258 118
817,966 817,966 000000000000000000014faef29d21a22ad7e379a6746e46f0c430520209b081 1.60 MB 3,686 141
817,965 817,965 00000000000000000002e4a146c071db91d9cfc0555c4dfeaa38aa6c961f49dc 1.58 MB 3,623 98
817,964 817,964 0000000000000000000129051d90e404c3121db0c0b8b279fe07659b0e5049cc 1.88 MB 5,106 67
817,963 817,963 000000000000000000021735488c7af48086f46ab60af0c7e4dbe7fbcca8c524 1.87 MB 5,407 64
817,962 817,962 00000000000000000000fafed3a6c88c410d52ad72aadba2a3289f3b33caf911 1.85 MB 5,436 66
817,961 817,961 000000000000000000044ebad84b2529cf8c0fa1b6edac838d6b4266e4dd8300 1.75 MB 4,534 76
817,960 817,960 000000000000000000033d19e7cacbc0ea0901934f9d41067f59cb0d79939f59 1.79 MB 4,946 70
817,959 817,959 0000000000000000000320e63b66397854730914229aeccbd5437db1ebb25b7a 1.66 MB 4,001 73
817,958 817,958 000000000000000000006e23e814b7a317efd1a73e91df0320b5709db1c40f19 1.54 MB 3,422 127
817,957 817,957 00000000000000000003f0733e9d30cbdccc1af5c648dcd06c82a1e74c209d1f 1.74 MB 2,404 89
817,956 817,956 0000000000000000000362a2c3228de3d62310326f94b12a961d693456342435 1.77 MB 915 97
817,955 817,955 00000000000000000001e54854d705c3306e8546028cd68c7b716045cb556275 1.63 MB 2,626 64
817,954 817,954 0000000000000000000099c142e541fa81e6a73c21818860edeedec128b2468b 1.69 MB 3,711 72
817,953 817,953 00000000000000000002c46633eb9282efb1f7c952eabebb76bbed4a0b8f0374 1.76 MB 3,836 74
Previous 10 blocks ↓
Total Size: 768.91 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,603.44 GB sent, 92.34 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.