Memory Pool Memory Pool Refreshing

9,587 transactions
2.91 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,459 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (12,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,446 895,446 0000000000000000000032f4f0f2cb6eca868cd1bcd7299a1304b6c5f5dddcdd 2.69 MB 1,374 2
895,445 895,445 0000000000000000000223014c23d799b982bd5b0c9de660a691a30cac4648fc 1.34 MB 2,050 3
895,444 895,444 00000000000000000000e01b9a3c27e14ca371584cbda09ed1eabf1376946ec7 3.19 MB 1,119 1
895,443 895,443 000000000000000000003083de1445f4c201c5177285950c35ff7601f7a07f0d 1.68 MB 2,393 4
895,442 895,442 0000000000000000000171391a023641eee7a48bc0988c9a9c57f7fb7a345b19 3.24 MB 1,220 1
895,441 895,441 0000000000000000000226ec5b476f5672e24469bb7fc157095cf677d84b947a 1.49 MB 2,321 4
895,440 895,440 00000000000000000001bf698d5f5defd3df7dceb7806d64d5e1f4f4138947e6 3.18 MB 1,046 2
895,439 895,439 00000000000000000002368be4df02ad2d7b5f07f250c125e8e0da027a5e3bb1 3.14 MB 956 1
895,438 895,438 00000000000000000000a6c3956086417e8c24db265bd235195bf220202138eb 1.48 MB 2,717 4
895,437 895,437 0000000000000000000046ed1c2019c8b777e48defbbfd405f6d72bad97aa24e 2.41 MB 1,180 1
895,436 895,436 0000000000000000000126e77be0336ca9542428545d881a9395884c9ca1b096 1.71 MB 2,336 3
895,435 895,435 00000000000000000000439d19a2cd20d6a863059726b69995640569ccdcd2b2 1.25 MB 809 2
895,434 895,434 0000000000000000000102e486e226dc33856854a67892bdca1d90865e9c0478 1.45 MB 1,894 4
895,433 895,433 0000000000000000000072b6b6fe77ca1ebd123eadff33d52409428bb76b3036 1.57 MB 2,756 3
895,432 895,432 00000000000000000002378d73e3032a658d0bf2d7c3f8a367fdb551817f28b0 1.59 MB 3,665 4
895,431 895,431 00000000000000000001c42cf5221d916eb1403d61d39f4de6581b6501335144 1.72 MB 4,301 6
895,430 895,430 000000000000000000011b2ab2f6cbbdb44c450e9677750379b2e2212a7e659d 1.67 MB 4,716 12
895,429 895,429 00000000000000000001cb1211c97297d0bf549014c48ac8fc002747cac83348 1.77 MB 4,936 13
895,428 895,428 000000000000000000011858d8bf99457a61644bedf5baf3b409448f6d344a2c 1.79 MB 5,075 14
895,427 895,427 00000000000000000001437ff2e89427667948f5417ace74e995679b2266489a 1.75 MB 4,754 12
895,426 895,426 00000000000000000001f385f87104d288203752e3c6337a7d00f3fff8f4ed7f 1.78 MB 4,795 3
Previous 10 blocks ↓
Total Size: 769.24 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.04 GB sent, 94.13 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.