Memory Pool Memory Pool Refreshing

46,304 transactions
20.86 vMB
Show Random Selection Loading Transactions
Max Size: 119/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
881,065 000000000000000000029a8a0000000000000000000000000000000000000000 1.00 vMB 2,403 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 881,064 (293 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,771 880,771 00000000000000000000283aa5d41c01e831134a3654951173006c487d46e3bd 1.79 MB 3,821 4
880,770 880,770 00000000000000000000dfd4c10d0237af0efe9d27330ce70dc47638d686b91c 1.80 MB 4,008 5
880,769 880,769 00000000000000000001f3e01f038ab5d86990c78e93a369d4348f773d6c8053 1.92 MB 3,633 5
880,768 880,768 0000000000000000000272e2ceb99470aedfc3fe7d45beec219fcc6cc10b77a9 1.85 MB 4,156 4
880,767 880,767 00000000000000000002498254e3183feb68209101dab43cb32813972cd72fdc 1.97 MB 3,023 5
880,766 880,766 00000000000000000000b3ea1c81b7bb965cf67a075a92a7a4a9278e4fa65d06 1.80 MB 3,325 5
880,765 880,765 000000000000000000001c8e75af8780329f4b2b998913071637bff9ace808d5 2.04 MB 3,254 6
880,764 880,764 000000000000000000007758ae968f0f86e3de114f7e5b87a705bf5e49c7cdf7 1.98 MB 3,303 2
880,763 880,763 000000000000000000019f91f2aea5f1fb46305ebc5b64a276eb6d8cb3534ec6 1.91 MB 2,078 4
880,762 880,762 00000000000000000001366c7b742397b381743c929878190763175a711f4471 1.76 MB 3,448 6
880,761 880,761 0000000000000000000078860d3e5cac7a4c0aef831e9601aae4ed60618c62ab 2.17 MB 2,950 3
880,760 880,760 00000000000000000000bd0d6228247ee821e15b9c709f53a57a57fb499aab61 2.07 MB 4,009 3
880,759 880,759 0000000000000000000114dccb9701ccc4017eca55b7bffa759d48360a72904f 2.39 MB 2,406 4
880,758 880,758 000000000000000000024d473ad7d1f0e909323babb16cbc6bdbc76c556cc345 1.72 MB 4,098 3
880,757 880,757 00000000000000000002724a2207b6d24e9d1af148b6ccd6233b9644409a552a 1.62 MB 4,085 7
880,756 880,756 00000000000000000001e237374c65e278ba73c534a3ee297f4f6d0f5b5fb942 1.77 MB 2,959 3
880,755 880,755 000000000000000000001bae0ab65bdc88b934c6334326b8d49759a6afe48444 1.60 MB 2,945 3
880,754 880,754 0000000000000000000015cdaef783ae11a6296042c9c505d2209fe77c78c83c 1.57 MB 3,747 7
880,753 880,753 00000000000000000001783fd08e9c450ff4563b7eb7590a89d71403e6dd381c 1.65 MB 3,767 8
880,752 880,752 00000000000000000001fd6e6faa96b0a823e8f36f973257cbdddd3a70a9093a 1.12 MB 656 1
880,751 880,751 00000000000000000001806a6401bc27c56e81d3b3021aea7d8cac0f60031478 1.32 MB 1,269 2
Previous 10 blocks ↓
Total Size: 720.49 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,930.72 GB sent, 66.96 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.