Memory Pool Memory Pool Refreshing

273 transactions
0.06 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,567 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 261 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,566 (859,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,151 49,151 00000000146cae6b9fe70fa2357150253745528471b146329e9aae261e943e72 0.00 MB 1 0
49,150 49,150 0000000004c510fef275b688e1686b9ef4073c0cc44c955e30e76ccbb02ee51a 0.00 MB 2 0
49,149 49,149 0000000007a3ffa4122f6404795b5a6cb23f7493d452a4255c37a24f18837f7d 0.00 MB 1 0
49,148 49,148 000000000187714544d0f66069a414df3785998e754ac5b34fd8c2ec0a754317 0.00 MB 1 0
49,147 49,147 000000001fb6fa210dd9b15de366f965799c7f1968d8383ed8dbc48f628fd6f5 0.00 MB 2 0
49,146 49,146 0000000001ec3485897f1d9e36441ee76fddd347d7f2db0f5b55f1bd7e599f37 0.00 MB 1 0
49,145 49,145 000000001e84ad34b809d557f385ec9da5c5da8275cdc6df7ed9282315225ff6 0.00 MB 1 0
49,144 49,144 0000000018f451019ef37ef12ec3f1de9bfd1277276c673cb9125174c6240f5f 0.00 MB 1 0
49,143 49,143 00000000271c5e895549c7654572a00e6f85188dcb152daa414917a957dc6ec4 0.00 MB 1 0
49,142 49,142 00000000183f808866b46b2fa927c52a611485157f5dd356c3a67510df5f2a85 0.00 MB 1 0
49,141 49,141 000000000d66881ea6a04169def0ffbb9091cf9dd946e17f924ff821dfac50b2 0.00 MB 2 0
49,140 49,140 0000000028cc508ee4e330d7b5c39e6fe27a4133ed37e1f270a29ed61ff47148 0.00 MB 1 0
49,139 49,139 0000000019b00a746b7b763131d6025396ebf933dafa75c2e2d5783180a265f2 0.00 MB 1 0
49,138 49,138 00000000257a53e8c94b7ebfcdd416145705bbf15925c962e7a09702cfcb2e22 0.00 MB 1 0
49,137 49,137 000000001a87d4445ee88eae4ed726e2bd26a3a40e95c8eb5d24eb7c7827bad3 0.00 MB 1 0
49,136 49,136 000000000697af31d5745bc904fb86a155e8c4aebd8b393945b6727f335b297b 0.00 MB 1 0
49,135 49,135 00000000231ee0a303e534d9c36cfdd18fd2c8d0f65e0f917a36d5af78f1ced1 0.00 MB 1 0
49,134 49,134 00000000138d09c42c0426fb249732d579176feca70e500398674e494bac2891 0.00 MB 1 0
49,133 49,133 0000000027d92547272985bd31ed2d1d17db103fb42f0da969c9e8d8ac728c28 0.00 MB 1 0
49,132 49,132 00000000137e889246bc38169c9b3e699e40ea58fac7b0c7e6f6ceb27a33924a 0.00 MB 1 0
49,131 49,131 0000000000ea41171093879b7d18f762c6a37fc1d0df114ab69d108c642a611e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.75 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,847.78 GB sent, 100.70 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.