Memory Pool Memory Pool Refreshing

2,918 transactions
0.88 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.87 vMB 2,900 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (260,281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
647,593 647,593 0000000000000000000cd928bd2bc5dd6f56e370aec1d5ffdd3291165e7bcaeb 1.30 MB 2,597 47
647,592 647,592 0000000000000000000bd692c49bf1cb1032721307c6f46bc649a4e09ce2e494 1.19 MB 2,378 20
647,591 647,591 000000000000000000097c12758eabb3bf41f05f1b2390e91a9d1666d2b16ce9 1.40 MB 2,682 96
647,590 647,590 000000000000000000046b525bf3467e5bcac0f1cf8d0e013aa842e9c733ef54 1.33 MB 2,376 45
647,589 647,589 00000000000000000009299bfe95fd320cb373cb6f7ad11bf3af53f1affe9bf1 1.36 MB 2,253 64
647,588 647,588 0000000000000000000a7ac512122f3c45bab1329d9372d04af27b273f8abd69 1.32 MB 2,321 102
647,587 647,587 0000000000000000000f61106ad1e5f93e4d9e66960edf016da46ea3070faea8 1.10 MB 2,520 20
647,586 647,586 000000000000000000072949370dbda5d5e3c0258cf727de1f4315107de3ea44 1.27 MB 2,879 19
647,585 647,585 0000000000000000000e65fbac363028f6132d148b24645ba096d2e251053ad1 1.31 MB 2,368 55
647,584 647,584 0000000000000000000538ee2af5ec29067cee1676687a480bebb17458e15f81 1.31 MB 2,403 101
647,583 647,583 000000000000000000023304b75eef900833477205fdd2a245d67f8d4778f874 1.36 MB 2,424 102
647,582 647,582 000000000000000000036dc4123ed5d2f549d03a31f9a8fb48ae2e2b37584d74 1.36 MB 2,588 85
647,581 647,581 00000000000000000009242d326d7b725a249a0aaa468477f71c35ea9662a879 1.22 MB 2,553 29
647,580 647,580 0000000000000000000090f4c030cb5721fd31940c91c36e0f68c592d0e508b4 1.32 MB 2,192 61
647,579 647,579 00000000000000000002bab80dff1361a5b6549a8601a965d1641b334c65634d 1.39 MB 2,543 107
647,578 647,578 0000000000000000000f8dc6a0fdb302ffd8cfa3f459c1edf85e9995c4628a62 1.29 MB 1,957 79
647,577 647,577 0000000000000000000b2f30a97f68844475bc327dae012a23cd0014982e870a 1.39 MB 2,492 112
647,576 647,576 0000000000000000000c1f79aa1bab00b228bc5b9905b76ac3e197c3aae8f19b 1.31 MB 2,343 63
647,575 647,575 00000000000000000005e0995c593ddbf428bc42d7935ba4e0e9977133418015 1.36 MB 2,264 54
647,574 647,574 0000000000000000000246933fa9577700fdb84e0039c4602c514666e6c3cf3e 1.95 MB 888 23
647,573 647,573 0000000000000000000cc74426d2aede081a624cbf64671c9b37afd6c2fc9353 1.58 MB 1,662 10
Previous 10 blocks ↓
Total Size: 769.31 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,642.75 GB sent, 94.48 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.