Memory Pool Memory Pool Refreshing

1,508 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,857 00000000000000000002349e0000000000000000000000000000000000000000 0.49 vMB 1,495 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (7,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,213 900,213 00000000000000000001ceffe0a76b76174689684cf4f10ae8bc762df84639c7 1.51 MB 2,523 2
900,212 900,212 00000000000000000000a821efa5527391b5b36ddb6681453c5510ffe25b7429 1.43 MB 2,750 4
900,211 900,211 0000000000000000000031ac2f59b2a9ca5e07163179fb0cda101645b188141c 1.47 MB 2,258 2
900,210 900,210 000000000000000000003a465005cbad831602566d3892129c0d329a8315e63c 1.66 MB 4,050 4
900,209 900,209 0000000000000000000061d268b347e2e164a47673ee374627de938f52df5d48 1.61 MB 3,796 5
900,208 900,208 0000000000000000000010df008d9713db9e8c95719fa76f8ff8403bf77b5b43 1.55 MB 4,091 6
900,207 900,207 000000000000000000009656ffcc78644980c8135e7c4e68121074697620ce4a 1.43 MB 3,075 10
900,206 900,206 00000000000000000001e295261f5c87a382ed5f3fa617e564fb307e649236e3 1.59 MB 2,846 3
900,205 900,205 0000000000000000000189d892140d2f821e4678838b2b1b0fbe5dc7c341b1a3 0.25 MB 485 3
900,204 900,204 000000000000000000000412c3444f0ec1d990122068c2e42b8761497a80b784 1.36 MB 2,043 1
900,203 900,203 000000000000000000006116a8060d712108ab29aa17dc8e0528b74000dd06ea 1.69 MB 3,085 3
900,202 900,202 00000000000000000000dbdd030900ed89211d5a5a7fa3767a860e27b3bb59c5 1.36 MB 1,403 2
900,201 900,201 000000000000000000016f4eeb895da9be7a2423093b9ecfa25bbf49727501dd 1.33 MB 2,100 2
900,200 900,200 0000000000000000000089856cf0be43061a62e1c451dee4bf395c799ac91c56 1.19 MB 2,042 2
900,199 900,199 00000000000000000000e2566ab88955221763a6f9fd13245d6848d18322d058 0.98 MB 1,823 1
900,198 900,198 00000000000000000001939e615095116ca632bf53bc9b2c358274e9aa88ba72 1.14 MB 1,866 2
900,197 900,197 0000000000000000000074f8f46017497e95ce77be50d286cf8b92f5a74733ca 0.83 MB 1,139 2
900,196 900,196 000000000000000000003e877cb09a0994934a24ca16b85bee56822dace2fa45 1.60 MB 2,206 1
900,195 900,195 000000000000000000014d1c6110a9885fe76293b906f74de06f849e1b0ce2ab 1.53 MB 2,200 2
900,194 900,194 00000000000000000001bf9738c87f6dab9d9388ec6579e9fe3adc8b5a45913a 1.46 MB 2,532 1
900,193 900,193 000000000000000000015a8862f2e986b0b67069e7c68d79f7a948ec2006f6c6 1.64 MB 3,792 3
Previous 10 blocks ↓
Total Size: 769.27 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,635.37 GB sent, 94.27 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.