Memory Pool Memory Pool Refreshing

544 transactions
0.13 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
907,795 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 532 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (789,494 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
118,300 118,300 0000000000003277c3f6fc4a65825efe4ccb84419874e0f7646eeba452f3e705 0.01 MB 26 1,441
118,299 118,299 000000000000333d69977c4f59a9f5fac503aeb9692b057d5627f887ace4dfea 0.00 MB 13 2,178
118,298 118,298 00000000000037b2a8b88b8af31d55749870aca8020266fe08736d1f249975fa 0.01 MB 37 2,853
118,297 118,297 00000000000086f62d4ffbb47a227da99788a5923d4087f28e0e36021c310a8d 0.01 MB 6 1,387
118,296 118,296 00000000000039726a5e2c2198fc5ff02ec019acdd4088f446fad9ed7d20d3c1 0.00 MB 8 564
118,295 118,295 000000000000111ee88e585a9fe14caf4a9e0c7b653dbbf35d26771a8c9f4f17 0.01 MB 19 1,943
118,294 118,294 000000000000074662d50a7a63cefb545b70fc5dda7dcd010d453a8a19c100c2 0.03 MB 86 2,695
118,293 118,293 0000000000008de57529b5fd8c5a092764c219c36a7fa69a808f0bd52d41f20a 0.02 MB 73 2,560
118,292 118,292 000000000000ab1bf13cb011d6001c1593f2d4cef07e84f20cd9155fe679e0e6 0.01 MB 28 2,612
118,291 118,291 000000000000651cb0c53ed0cd3b577d7d4295e41e35faf1d3a7c411c451996c 0.01 MB 26 2,629
118,290 118,290 0000000000005881699dd182748b6ff8a974adc4d0b315e9a8151dc0a04954bf 0.01 MB 20 2,305
118,289 118,289 0000000000003393f175794fb2ecb387dfdf6ecbd0766032f0acafc550f760c0 0.01 MB 31 2,886
118,288 118,288 0000000000006b87c283db9e38e0a0e4bf47b37a1b6eeb931a95f21c0975dc84 0.00 MB 18 2,759
118,287 118,287 0000000000001d4a96ef0b27b53f1684f586426b1e3f59d4b748063360eafabf 0.00 MB 14 1,255
118,286 118,286 0000000000008efcdfdc81d7a175d011e9c9971511b4b2082925cf1e312f3ada 0.01 MB 42 1,875
118,285 118,285 00000000000080621bc6c6dab3d0a75673e5fa34087ad24c7e935c86c8f1f0ca 0.01 MB 34 1,853
118,284 118,284 000000000000ac8df0612ed4b42c8b62798657d9f6e70b626cda9339d0a026a7 0.00 MB 3 297
118,283 118,283 00000000000075f0a57c52422fd88a9f49e29841afe76d2140c9a93045523281 0.00 MB 5 1,937
118,282 118,282 0000000000005ced89314240779863a1157aa14ab6374ba4ca701d4177b76a71 0.01 MB 34 2,903
118,281 118,281 0000000000005e1ee407a80261cd239c1f57d553c5f3858c4f6d436c6cd14858 0.00 MB 5 1,924
118,280 118,280 0000000000008c702ba9098dfa38337f421cca20593ef507dcc76efdc8b709d1 0.00 MB 17 1,752
Previous 10 blocks ↓
Total Size: 769.16 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,632.68 GB sent, 93.65 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.