Memory Pool Memory Pool Refreshing

3,915 transactions
1.14 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,503 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (763,645 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,229 144,229 00000000000004080abbe3b868210de3bfbe31993b6cae2b12d760a791be4053 0.02 MB 64 189
144,228 144,228 00000000000004804c19cce43f0e18751b607809c076bdbf2adabc024be66bc4 0.01 MB 32 304
144,227 144,227 0000000000000122730357442f22753cc7b207645290085479f5f130486deece 0.03 MB 45 86
144,226 144,226 000000000000028cd15bdddf04b380590e40e32237fcfc96a05cfceb8563a0d4 0.00 MB 11 578
144,225 144,225 000000000000031c84245c7c6c850b8b2d474087cf02ec98a2d58eba85fcb7be 0.05 MB 134 34
144,224 144,224 00000000000008bb4f4de1230bf748ef204ee40d3a2a627975908e8c6a598355 0.03 MB 18 559
144,223 144,223 00000000000005ef05d0eb55ce8e3227a83da8bbac21069e9ea24610eaf56251 0.02 MB 39 337
144,222 144,222 000000000000029addb200c39638fb4be23a31c4a67d88ead26e7f0695a32606 0.03 MB 61 320
144,221 144,221 0000000000000002c59e7de3f5c1b6228366903e685e721331e559090a6bc720 0.04 MB 101 152
144,220 144,220 00000000000005fc6b280e75459cf00a210377da80dba8c8a16df575f4273b70 0.05 MB 110 66
144,219 144,219 00000000000006d54c059ff4231ace24027837c759429b8f5fe485fd0838c32c 0.01 MB 20 102
144,218 144,218 0000000000000065fc045b4a5e2fea90ae1e0f7811219a31b2a519cf0de3f4c1 0.02 MB 43 217
144,217 144,217 00000000000008178f3a5d642cfff0d938a56a2b8a7b8127df96e3060e9b2ee3 0.02 MB 40 430
144,216 144,216 00000000000002d1aa16bbe7c308edc5bc72d8d45b3493b1cc58164cf01e39d2 0.02 MB 59 238
144,215 144,215 000000000000016b0611186078718ad786f180f1c963385ba30136197af873c0 0.02 MB 44 99
144,214 144,214 0000000000000507494c258befc20319ce3d2704133e56aa4ebc8db59eb5af43 0.05 MB 163 107
144,213 144,213 00000000000002a8c6628313ace5c2e7a5b5928469da653cf0e8dfe760f8b193 0.05 MB 175 81
144,212 144,212 00000000000008a650bc784296938a8382711eb96a9509ee881aa278a0ccbaa8 0.06 MB 138 607
144,211 144,211 000000000000092e9d767629f0667a5a85b992660bd3213a0ac51a0a2aa5be8b 0.05 MB 121 184
144,210 144,210 000000000000066974a06d28f3918c38a2ab4539ad7594a23f7f22ebacedcd74 0.05 MB 125 89
144,209 144,209 00000000000007a7beb393cf397aefb45050c66fcc06b9060f701779dc568bb4 0.05 MB 103 222
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.