Memory Pool Memory Pool Refreshing

1,181 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,173 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (417,537 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
490,220 490,220 0000000000000000002ece83b7a681043a84e8d510423299379b17aa866c1b58 1.06 MB 2,550 133
490,219 490,219 0000000000000000007c29838d5a79f4520b32fc56126856fd76b6ea1b396a22 1.12 MB 2,013 7
490,218 490,218 000000000000000000b9cea9a6d0e9b4de2ca0d50375f99aca63de34cd552141 1.00 MB 1,678 102
490,217 490,217 0000000000000000008ec2b23e673124177ee93cd1933e8d2a315187f461f993 0.81 MB 1,862 139
490,216 490,216 0000000000000000009fe674887dd32b768a93af4855686cbbbdbcdaf4adb9ff 1.05 MB 1,876 20
490,215 490,215 000000000000000000917e20e6252394eb406224492e1dab002873d15789d947 1.04 MB 2,263 39
490,214 490,214 00000000000000000088cddbd63de152adf98549c8a6a335cd77a6677fb9714d 1.00 MB 2,184 95
490,213 490,213 000000000000000000801108f1983610ed19186d5077fef3d2ffafbab608dc4b 1.07 MB 3,183 109
490,212 490,212 00000000000000000069deef61d49cdd92f3621d36d543f501452447ee31141b 1.19 MB 2,705 144
490,211 490,211 0000000000000000003aa18e28478364fa53c5e5d877fda337b42e2c2d8b7ece 1.00 MB 1,672 145
490,210 490,210 000000000000000000471725a6c8294e5bcad7c278dd9217219d1d7744b5ca35 1.00 MB 2,254 132
490,209 490,209 000000000000000000268fb95068e78f22571671f903e138fcb9101c0b70ada4 1.07 MB 1,845 172
490,208 490,208 000000000000000000564f989b2bd03905df412506a20b2a4708a52b1c230787 1.09 MB 2,445 186
490,207 490,207 0000000000000000002a003b9e34d263f117db2562c80171080e31d4db61bd72 1.03 MB 2,389 231
490,206 490,206 000000000000000000773780b3e2fd410f3a24ec7e35e9848d20b06731685e6d 1.00 MB 2,355 165
490,205 490,205 00000000000000000011dba7082b58f019026a33f6db58d4348c5d382691956c 1.03 MB 2,338 216
490,204 490,204 0000000000000000007e7e35d17e20de5425b0bd9d28fc1c9ba0b5ac6f2064e4 1.04 MB 2,269 210
490,203 490,203 000000000000000000de7de77943feb242c944afce2e94b121c446834905c836 1.01 MB 1,964 214
490,202 490,202 000000000000000000b3f0cc6dcb5daa944b0ca61827a9413b391d625190c39b 1.05 MB 2,263 34
490,201 490,201 00000000000000000033a75a77ac1916ee50c415b3c284989f96b948cc306118 1.02 MB 1,713 222
490,200 490,200 0000000000000000002d74a296b94a363c5cb1406d34b65f0b8a3297abb7813b 1.06 MB 2,210 81
Previous 10 blocks ↓
Total Size: 769.09 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,628.34 GB sent, 93.35 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.