Memory Pool Memory Pool Refreshing

573 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,543 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 554 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,542 (831,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,777 76,777 000000000062863ef66fdea1d8282b8287ef0024716078d3b8654db04c56dc94 0.00 MB 1 0
76,776 76,776 000000000043031f4b59b58564f9e647c0e9e4314399333b0e85f0a5ad355700 0.00 MB 3 0
76,775 76,775 000000000026ef4cbe5406e3fb696e4c4ad5ee00693537f317d5a6062774b667 0.00 MB 2 0
76,774 76,774 00000000005e8268c93c3dcacf027e59e1f94e185bc5abac7835432dc863ded4 0.00 MB 1 0
76,773 76,773 00000000005972a7ec15b256568e9a40fe82ba10ced3b2bb280cef2b071062fb 0.00 MB 3 0
76,772 76,772 0000000000574f0bf654c750726a06bbaabc82c8eff749b7783a4fd0bc96b09a 0.00 MB 1 0
76,771 76,771 000000000061480173414092f409598253159d3e59ecad29bac0072ba400518b 0.00 MB 6 0
76,770 76,770 00000000005292a057a7b61849cd9c0dade8a994cf3b5ccec8d66b4e3b0776a8 0.00 MB 1 0
76,769 76,769 000000000061d60bef8f5732735233a6df823626c8192c51caf60993c0f23dce 0.00 MB 1 0
76,768 76,768 000000000011632f2c47d0b7fbccaae98089d3a8fab042f01ef6475194890f1f 0.00 MB 2 0
76,767 76,767 0000000000412799f1b4e503566061a7672315a36efa7fc4a5dff48dd80a7117 0.00 MB 1 0
76,766 76,766 00000000003ddf367d89657d24648255020c426d1de4470bedac7e2ebe7ccc63 0.00 MB 3 0
76,765 76,765 00000000002d0ffcd3a967660c34d44f7fee204c5d9319eba04fd725ff5619d2 0.00 MB 2 0
76,764 76,764 00000000003cde987be184c65a8a5802f1ff2d145c60f305e572b05e2c6ddd6e 0.00 MB 1 0
76,763 76,763 00000000003aad9e983fb314355e99f1df8ab86a6609c6543853cf779695367e 0.00 MB 2 0
76,762 76,762 000000000039d9471d35830659d39314eeeefc3250cddc8ab13225665f70241f 0.00 MB 1 0
76,761 76,761 0000000000341a000f7f53a02a14b92962cee0b5a1f0ca6034e5b1bec1effd46 0.00 MB 2 0
76,760 76,760 000000000006a30d25eb3602e07325e7db7a226771d29b289f8632f366f39213 0.00 MB 1 0
76,759 76,759 000000000019a6ca5d4fa8d3e021f43683e223a8a08c20360c2b42b6692de9d8 0.00 MB 2 0
76,758 76,758 00000000002d5ed5946b865e0c2b3b1d45cdf67cde0969d611a5effaeb5e6fb6 0.00 MB 1 0
76,757 76,757 000000000007a5319e0e299e7b68628ec75948e942a6ab5c147f3bac4717ac71 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.70 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,842.85 GB sent, 100.49 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.