Memory Pool Memory Pool Refreshing

2,852 transactions
1.16 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,916 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,236 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,915 (626,833 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
281,082 281,082 000000000000000197f8f188f8a1eb2a53c4422b928afeb017d25d1f7d6f51be 0.06 MB 61 24
281,081 281,081 000000000000000263e6063bc5ddc7ea59bf16d95c9dc2be072eaebc55bf512b 0.06 MB 130 38
281,080 281,080 00000000000000016275f3c3db35d825e13d624b02a1f3aea6470fe53d810546 0.03 MB 43 17
281,079 281,079 000000000000000232ed6e8062a517b6c3c5d6a733c42a28923feb0c4d4a211d 0.05 MB 131 71
281,078 281,078 00000000000000001a776d56f7ad60d48822341fec31fa1b41e1e26aba2fb661 0.16 MB 275 53
281,077 281,077 00000000000000003f92f5eb757cc37173552203d651cca769383e3bcca71b55 0.17 MB 329 38
281,076 281,076 00000000000000010b1da28da505e28c146e68f28df51ea883b597dcc57c4bc3 0.20 MB 362 55
281,075 281,075 0000000000000002255f6181e9d2f82bc8b445a7a7a04bd5c674240c2d3575cf 0.17 MB 175 31
281,074 281,074 000000000000000096f95ebf8c3d369dd550235c7cb27935cbf5b10c7bbadbaf 0.25 MB 422 29
281,073 281,073 0000000000000000efa4e25d1a447d435b4cbe7e673d94e350422649152f2240 0.25 MB 692 47
281,072 281,072 0000000000000001a40aa8a5d83b884a0dffeb71c8b5da2b1c8761b1b91b4e54 0.05 MB 100 142
281,071 281,071 000000000000000033a48d4b346de31224533e363d597eac9191fadf3581f3fa 0.32 MB 299 27
281,070 281,070 000000000000000079c739f184968f83080ab4a5b868c61c18bf460c60f43885 0.07 MB 157 68
281,069 281,069 00000000000000008d6ebce85fb4360453155e1af1ef5c31ba8a51f077f72879 0.10 MB 169 56
281,068 281,068 00000000000000020f9c1be51e346bd4845c9635d06bd5d6ca1341583f899acb 0.07 MB 142 50
281,067 281,067 00000000000000020a1a3cdde8e1f227faf12abe79965581dee07f785a438c45 0.24 MB 414 46
281,066 281,066 0000000000000002300ddcfbb06905de47720aba8c98944aef4dfe58960e90af 0.05 MB 130 46
281,065 281,065 0000000000000000d22c21a8b2b4f69b496092d288459224296461490c60097e 0.47 MB 811 48
281,064 281,064 0000000000000001ec55adaa7b39a33d34e8fafe388bef1621576397f5a2cf98 0.19 MB 344 35
281,063 281,063 000000000000000094c0eed9395393e924495069114efc848d27475433350384 0.25 MB 547 49
281,062 281,062 00000000000000018878503aeff9ae683418d9b060568ddf64ddcc7aee973fab 0.04 MB 65 28
Previous 10 blocks ↓
Total Size: 769.38 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,644.23 GB sent, 94.87 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.