Memory Pool Memory Pool Refreshing

8,006 transactions
3.95 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,926 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (730,198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
177,527 177,527 000000000000077e7ead9dac43062c497677589a318ddbe297484a2615338635 0.01 MB 17 0
177,526 177,526 000000000000056674571c5d4f07b07b7dcab945368bac70d17803b99d8580f5 0.01 MB 11 415
177,525 177,525 00000000000008cab6673589ef4ded987f40f5db4eda5a0a8bda956c4532765c 0.03 MB 58 161
177,524 177,524 00000000000009b51009d0da217df32d60fb8b8f23500faaaaa05a697b0bf749 0.01 MB 19 831
177,523 177,523 000000000000093ba6e77adb290b953310b2c7f1a92284d999af297bd87f1255 0.00 MB 6 0
177,522 177,522 0000000000000071467bcf0f7273185280fcf85f1a99266fcab3619e76a6bc8f 0.03 MB 54 204
177,521 177,521 000000000000076bbcd711c870163bf01b2e60c5279225b27c88fcd3729ed84e 0.01 MB 18 106
177,520 177,520 000000000000098e469da6473852682b5dc22618aea4981bcc2ea9d09c175737 0.02 MB 59 95
177,519 177,519 00000000000001e744d95c1f796efaec0b51790a54f7a775d7b8ead941f0d5a3 0.01 MB 14 251
177,518 177,518 00000000000009a35c1326d3724a2ef7fef13b576b4163d68b94d1079edf2986 0.02 MB 53 101
177,517 177,517 0000000000000365532c2dd47656ae2bfa145b23042755ff71857007fb0da848 0.04 MB 82 157
177,516 177,516 0000000000000396395e8331acae361af6078aa3db3f606db671825dd553db20 0.09 MB 106 32
177,515 177,515 000000000000038a9bf91b27d817aa14f31736850538f525f5a069a0ab5ee1b6 0.06 MB 24 61
177,514 177,514 000000000000020ec08797924efaca537757ba9df60c0d9a5c21ba5ff3405954 0.04 MB 133 76
177,513 177,513 000000000000050a0ebb76a543a15550dc506159ac28ef33764983446ce6d523 0.01 MB 18 147
177,512 177,512 00000000000002fea9967ca32a8305acf8ca710b9dfc9c19244fc258fd949623 0.01 MB 32 135
177,511 177,511 00000000000008af96b94e1648430a8ab42c85fba5c47c07ee86ee42ca0c363c 0.02 MB 65 16
177,510 177,510 00000000000002a0ea071a87554a1f6d617c3eaa632c5d1769ea050d836500f4 0.03 MB 60 369
177,509 177,509 0000000000000482b602ea285bec54b169ee58dd2b3b3c52cd12c974992165a2 0.05 MB 95 113
177,508 177,508 000000000000073b86f821acad947531016f327f32f631016facb21ae4e3d77a 0.00 MB 11 58
177,507 177,507 00000000000005e604dae1517d5bf373bbf47780b0bf7105a644592506d12f00 0.03 MB 61 86
Previous 10 blocks ↓
Total Size: 769.03 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,625.40 GB sent, 93.03 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.