Memory Pool Memory Pool Refreshing

1,274 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,859 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,272 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,858 (608,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
299,239 299,239 00000000000000001776c0532ff76d572a51ea982d5fe438b045d5b730066974 0.07 MB 142 32
299,238 299,238 00000000000000003d24c363325886d2f9d724a77e554a116b150a8b14d46633 0.48 MB 438 16
299,237 299,237 00000000000000006e425e5c7392a172c2a759ab9bb12a20768fe615e348d93b 0.35 MB 988 52
299,236 299,236 00000000000000006e813b78651e5575a2f636418954e9e6a5d0ade8c6335e71 0.16 MB 256 29
299,235 299,235 00000000000000004f2f17e150f4744d8061a2a4ee95b1574a29ce5920113015 0.28 MB 475 32
299,234 299,234 00000000000000004f80a59b0116b4f5f4dc77dd3e36e58b4f0dbb2dd47bff3b 0.23 MB 418 42
299,233 299,233 000000000000000064e704c68509d96b0c9ee6a4f56b1e14e0f5c094545bf129 0.28 MB 538 34
299,232 299,232 000000000000000063185e5d9727d57c394296f1dabaf1026e2a0e9cef5e6163 0.07 MB 162 85
299,231 299,231 000000000000000043cd92f5ffad6df11cb951373b48f71478cee3a712637502 0.56 MB 838 28
299,230 299,230 000000000000000069371a505236a1256bab60fc1223ba351295f060f83b1362 0.36 MB 720 38
299,229 299,229 00000000000000001e4738d8ea48d097147379392923048edb866d0aa83cdb3f 0.04 MB 87 50
299,228 299,228 00000000000000000c2b746fd499871e40649ab9a2739c19febd38afbcbdac0c 0.23 MB 454 32
299,227 299,227 000000000000000010221c312b3c07e085259d0bdc21fc221e8b3b2426a61d3b 0.75 MB 1,282 36
299,226 299,226 000000000000000067bc6829845cb831c18ba07c2c2b5a930aac1d2db7ab132f 0.06 MB 106 96
299,225 299,225 000000000000000063a8fddd0dece825e63b88a3fb45a5593db449ba80ceba5b 0.16 MB 321 32
299,224 299,224 000000000000000060d9e70b65fbb0211d3613e99e448a51aad1dc832769f45f 0.11 MB 213 31
299,223 299,223 00000000000000005b8bc79119d6f34b283d13e5e277cedb94964e0959fcb4f1 0.33 MB 368 19
299,222 299,222 00000000000000003319904d3560ff39ceb8eca79828d8ae8e23f3e275cca985 0.35 MB 993 52
299,221 299,221 00000000000000004a71156d7774da145cd87e1911afd8ee2e492e1de9d57b27 0.52 MB 388 17
299,220 299,220 00000000000000001c7a19e8ef62d815d84a473f543de77f23b8342fc26812a9 0.11 MB 128 34
299,219 299,219 00000000000000000c02bf2f2ca762d3c28444844c4b916294905858df1e7e7e 0.50 MB 797 23
Previous 10 blocks ↓
Total Size: 769.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.44 GB sent, 94.29 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.