Memory Pool Memory Pool Refreshing

8,709 transactions
2.94 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,951 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (763,490 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,240 144,240 00000000000000249a00e476f98197f034c6712b3ddf5ee91230b8d7dff27c11 0.00 MB 9 493
144,239 144,239 000000000000023d8b93f75b34beb321ed3abc8708d1ad9f6c70ca9ded3dd307 0.05 MB 105 263
144,238 144,238 0000000000000634488890787e5ef8a351f6a96b1328dfa8adcfdc3827608799 0.01 MB 40 61
144,237 144,237 0000000000000363ddf445b227181ff819fc036f1b5a9e9efa2a5f4f0355aebd 0.01 MB 9 43
144,236 144,236 00000000000005cd3949d6572969ff1c813e142e887897c9f12958bdb9bb1ead 0.01 MB 45 87
144,235 144,235 00000000000008f2726576c90195b5e7bbf271802678b2303db6bf163c20d6fb 0.00 MB 10 20
144,234 144,234 00000000000002f9b754bc576b6ea95eb50c7d2b75ac5e05b78f6c585cfb8665 0.01 MB 24 43
144,233 144,233 00000000000007535a57828e5e7770aba9c9d113cd1b740268491f3fefbd7381 0.01 MB 31 274
144,232 144,232 000000000000007a01810fe7823688f175c98274cfcb4734e8996db2bbabaa13 0.02 MB 32 134
144,231 144,231 00000000000000a1cb203359b71afed2654f6a03553ce83b23ce46da7a230a9e 0.00 MB 9 345
144,230 144,230 00000000000005e889939a8c7f1f615d5715cf986c95376c7011fb464f614374 0.01 MB 22 567
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
Previous 10 blocks ↓
Total Size: 769.04 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,626.69 GB sent, 93.07 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.