Memory Pool Memory Pool Refreshing

4,703 transactions
15.06 vMB
Show Random Selection Loading Transactions
Max Size: 63/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,839 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (901,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,963 6,963 0000000017eb5e1cdb2d28bab5703122ffce6b3c00f53f12dbbe997eb94ca487 0.00 MB 1 0
6,962 6,962 000000006455617bb6eda83a5bfbe4aa5e4c8227dcb2956aea903e36041135b6 0.00 MB 1 0
6,961 6,961 00000000b3561c638ab2c907ba3cd3833a11df44b2626990f63a6817a6aa54c5 0.00 MB 1 0
6,960 6,960 000000009122abec0ff964ce5fd87322f621aa8d02a5f501b29c74ef66dfa178 0.00 MB 1 0
6,959 6,959 00000000336d019f0ed240b52f597d86f2104095307e8386d53f34e779056456 0.00 MB 1 0
6,958 6,958 00000000dbc35f72e6cd66cef162d287a04552019dfeebb9b859d4637daa12d1 0.00 MB 1 0
6,957 6,957 00000000b0878d57ff6d6ddd319ad193b7675ce577c38a4d75a368cc63f51176 0.00 MB 1 0
6,956 6,956 00000000e29b4934eb46ea3a9a4a14af2e80019a25b6eb3549db9dfe1dc229d8 0.00 MB 1 0
6,955 6,955 0000000020e3e93765e3c3bdf4ff2aeae61bcaa177d9bc4ab8dd8911110e8511 0.00 MB 1 0
6,954 6,954 000000005446a2e7544a571fe72aac68046ad5e18d31badde7196eff89f2c43c 0.00 MB 1 0
6,953 6,953 000000009528e65fa55b5dfdfbb9662aececf54169bc5e2a7379128ec4345765 0.00 MB 1 0
6,952 6,952 00000000bb35826c0a9294ae63c59e8b906bfa6e7801ecd9b26d75021131df66 0.00 MB 1 0
6,951 6,951 000000006ac271cc372f307d969abc97356c7eb21174439f36d2a79817667ad3 0.00 MB 1 0
6,950 6,950 00000000c6e6b10fcf170f83ac2deecffd607597a5f98fccff6497fe1559429f 0.00 MB 1 0
6,949 6,949 00000000c6f2a1a380f2c9e922ab178f3d864d0417a8667ccfea5f4f6760a232 0.00 MB 1 0
6,948 6,948 000000009a52745ee21919572ccb5bd32ea6653834301c8426428035986dbfdc 0.00 MB 1 0
6,947 6,947 000000007bc81d57229b2a115a582b2b439d9d8ca7d0ba6cbde2c3bb1c3079e6 0.00 MB 1 0
6,946 6,946 00000000ef1c8ded48197dcd5e54e06eb012eebf194e01111fd49de8caeb8546 0.00 MB 1 0
6,945 6,945 00000000497f464b2383ddcba50538a0c48c2c2b04886186844e8b8e42f98bca 0.00 MB 1 0
6,944 6,944 0000000083321015e00bbcc43d3606d4313f83c02dc1a793676822d2cd223ff1 0.00 MB 1 0
6,943 6,943 00000000e36f00c47aa3be81cb91ccc7626ee00182d7f712661a0068ea5d8020 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.18 GB sent, 98.47 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.