Memory Pool Memory Pool Refreshing

4,110 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,818 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (14,034 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
893,701 893,701 0000000000000000000111dd5677aba84822f8e468abd0d7a2ad457a1ea33f09 1.59 MB 3,579 9
893,700 893,700 000000000000000000016947a1215d2cccb4e3e5a3a238bfd5e3d09a7e6995e2 1.62 MB 3,581 3
893,699 893,699 00000000000000000001d2d249692eb8d2bdc13231328f92eaf204cae7353675 1.56 MB 3,849 7
893,698 893,698 00000000000000000001daa076bbd4a50fb2b37747ba58493ba52720f719c1c5 1.57 MB 3,742 9
893,697 893,697 000000000000000000000d5fea2e37ac6d774b9e2870387fb48c266c5bbabeda 1.77 MB 3,298 5
893,696 893,696 00000000000000000000584d252e73f75ad60499618114077ba0ff0a542277aa 1.70 MB 2,697 7
893,695 893,695 000000000000000000012bff99606c54b1ec7db027c04530024bac5e9ae733ef 1.59 MB 3,224 13
893,694 893,694 0000000000000000000070d1c6c7395ca6e8badaaaded6d84237d7eebdcb38be 1.59 MB 3,342 13
893,693 893,693 0000000000000000000211553f0e40a0c2c1b59fc08312cbd1361d3026f00790 1.85 MB 2,197 5
893,692 893,692 000000000000000000021eff172a4e495b127af6a28def1ac73264cee7c2b3ad 1.28 MB 1,019 6
893,691 893,691 000000000000000000013e00a1781f754c3bc2a1954a1f4b4692a461853b2743 1.29 MB 2,343 5
893,690 893,690 0000000000000000000227cb4b711b8e00ae0e19aa5a07e0474126f6bbabbaaa 1.54 MB 3,310 8
893,689 893,689 00000000000000000000974f3f35f5d57ec3fb2bafcad456082a8ddce4e58ce6 1.67 MB 2,481 8
893,688 893,688 00000000000000000000aed9cabd3330e35161ed0b34147c3b647829613958cd 1.69 MB 3,012 6
893,687 893,687 0000000000000000000115e8a84cffd9f8cfbea81f33e048ac35c1eaafd31737 1.65 MB 2,696 13
893,686 893,686 0000000000000000000235c352cb5056c428331abd9e6b92128d5ddaa56d08d8 1.66 MB 3,262 15
893,685 893,685 00000000000000000002411840851b66319dec2a86caee77168722e456486868 1.53 MB 4,008 14
893,684 893,684 0000000000000000000092b6f7e8d469fdbdd169c289fe8ea3986199de5d8c97 1.58 MB 3,885 16
893,683 893,683 0000000000000000000189733ed8de02f2a58c6ab8193f70bed4bb63b8557a33 1.54 MB 3,733 22
893,682 893,682 00000000000000000000d51fa533be196526e840f77617bb754e78b17598a444 1.54 MB 3,645 14
893,681 893,681 00000000000000000000514533c0594fef76ca68aa3db020f66a0b58fd133e60 1.69 MB 3,593 10
Previous 10 blocks ↓
Total Size: 769.05 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,627.33 GB sent, 93.12 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.