Memory Pool Memory Pool Refreshing

3,710 transactions
1.60 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,609 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (561,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
346,115 346,115 00000000000000000305de6dc630bc74758fd1d0d7b488d437dd92c2aaa17a56 0.20 MB 418 24
346,114 346,114 0000000000000000098b47d8ed2ec5bc07e45ddd928d19bcc30318473015362f 0.84 MB 972 14
346,113 346,113 0000000000000000161ad81dc9825ac521330a81f34060d9d1d2ec77f5e1f74c 1.00 MB 2,365 30
346,112 346,112 0000000000000000060c9e6cc0020ecfc1581c13555e81a2c7f2e22e00345084 0.75 MB 1,372 26
346,111 346,111 00000000000000001787f1bb15862a09bf0d57f38420d6232d982c351765fb41 0.06 MB 102 18
346,110 346,110 000000000000000012753a6158158bb3d6dd63473415de3c501841c25655856b 0.08 MB 132 7
346,109 346,109 00000000000000000893c519ff1a5b5a283c4e5ca0d9fa6118a14308ad4e8f67 0.49 MB 1,001 25
346,108 346,108 00000000000000000ddda3f69ef994fae306cd78f7d512b67ac9df29723a26e8 0.27 MB 539 28
346,107 346,107 00000000000000000187bdf2f60bef6d7cd7c56fc8f12fb423cb1234dba5e02b 0.08 MB 125 9
346,106 346,106 0000000000000000055b8573dc0d89f27a96ae80a4ccaaa933493358ffa5e8d5 0.23 MB 395 23
346,105 346,105 00000000000000000c042b1b7e57568c18250c599df41de98b67c9c408678859 0.12 MB 158 17
346,104 346,104 000000000000000011e4a58d403ab7cb0164ea9c46cf687fb4373e47bc0b6fde 0.06 MB 64 4
346,103 346,103 00000000000000000f2b7d1659c7edcf09a219f5af55e17e0f4e3b1ddbae9d71 0.19 MB 283 20
346,102 346,102 00000000000000000af870e15003b0681be2477574ecffe8824f25382db38bd7 0.31 MB 528 22
346,101 346,101 00000000000000000219e35254c2965f2ff16d53dcd10d20ae8182ebc78ee81e 0.25 MB 358 28
346,100 346,100 0000000000000000027a781a7cd4212cf72e8aadcd2141aa4d9f58dd304a4693 0.26 MB 499 24
346,099 346,099 000000000000000012b01e9ff1a55108ce6c936eb8fdd2c731b82854c54467bf 0.52 MB 815 22
346,098 346,098 000000000000000012fa609b654b0ef290d3cdcdf47300cc0536ed13d7f4bbc4 0.10 MB 93 13
346,097 346,097 000000000000000012585ce79738eddb777719ee0274fff00a81b3994d47f43c 0.07 MB 36 3
346,096 346,096 0000000000000000025df40f696c36b39b0403298f1dde9b041532c6d72baff0 0.15 MB 239 23
346,095 346,095 0000000000000000061e3c3d104e1c45ef0e17a82455e67a4a642edd6b14292d 0.18 MB 263 19
Previous 10 blocks ↓
Total Size: 769.24 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.06 GB sent, 94.14 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.