Memory Pool Memory Pool Refreshing

3,109 transactions
19.57 vMB
Show Random Selection Loading Transactions
Max Size: 80/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,324 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,742 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,323 (886,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
21,605 21,605 00000000bc3425f1405e763df16d86c538d6f681752b8f226edd07964bf14d7b 0.00 MB 1 0
21,604 21,604 00000000c2e2e13143d69c8cca18aa3f8463210684b74764e396df5b74ed24a4 0.00 MB 1 0
21,603 21,603 00000000cf46489c20fb1a71f1aebc93a94245bfcfa0956425254f850c3083de 0.00 MB 1 0
21,602 21,602 00000000489310920b5b09d1f06eb729ee7bf65dfcae33e184e2f2cb94c832e1 0.00 MB 1 0
21,601 21,601 00000000d9a1a7443631f7a33807ac7f86538cfe8144aaf170f6ef7914d0c7fa 0.00 MB 1 0
21,600 21,600 000000006fb63be9ebe54f554cdb168ef0706ef6e859709a1d7f080db0388d6a 0.00 MB 1 0
21,599 21,599 00000000e8aa2c6dd5db9921db6cb32d97fca801ce6b0cbd6c446373fdc3e37b 0.00 MB 1 0
21,598 21,598 00000000e1c5c250f80919e8d52926770b0ed056b31bd9a828f9685de78957ea 0.00 MB 1 0
21,597 21,597 000000003c2dcc40ae9648105a2b8d50c5d2de107669cdc1b012b801c4e3c7cf 0.00 MB 1 0
21,596 21,596 0000000056cbad668dd12e440d04902f80fbaf3de15c4f201759680c552752d9 0.00 MB 1 0
21,595 21,595 000000005f79005cf7befe33a186bc1b07d291f344cb005e8f6ee3aa7321f837 0.00 MB 1 0
21,594 21,594 0000000009602e43e90773d21fbcefd848a24be753657d51252df3c116e335b7 0.00 MB 1 0
21,593 21,593 000000008da550073d923d88c68a1207d170f5d88ef30835b68451552ee7ac4b 0.00 MB 1 0
21,592 21,592 0000000040f808f128abc49966c0545da9893f19c78511b82d2a474d11361206 0.00 MB 1 0
21,591 21,591 0000000064aead956dc7012aebd720d2cb7f53f80884c029d5f0a1a8b21fae98 0.00 MB 1 0
21,590 21,590 00000000aa39f73dc2fde8078b29aa903312b7665309165fb1713f4e3578720a 0.00 MB 1 0
21,589 21,589 000000001a3ee64d5bb713d2faaed2eb80357d2914d66c73b555130f4fe59b7a 0.00 MB 1 0
21,588 21,588 00000000e54ceee37f946158c08422c5abed470e94c1fea715b3fe7f8b4ea63e 0.00 MB 1 0
21,587 21,587 00000000d973f4b0843f54e5f46b98fc78d79bb5e3ff9ee0d6a6fa8b255ed230 0.00 MB 1 0
21,586 21,586 00000000fb2dcc275333d8bed55be86c5aa24801bb48b6e3136a30593bfe482e 0.00 MB 1 0
21,585 21,585 000000007cafbd38e09d7812224cd55ec53394bdb50268bc0f62a69a527ca1bd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.25 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,701.26 GB sent, 98.66 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.