Memory Pool Memory Pool Refreshing

5,021 transactions
1.70 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,562 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (556,956 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
350,900 350,900 0000000000000000072bbe3ca8b78c637780ae9a0e2fe548c1737625ed21b936 0.17 MB 512 41
350,899 350,899 00000000000000000537492196d3ba337ae4c736dae70240c088870f65d9f47b 0.75 MB 1,465 28
350,898 350,898 00000000000000000be4af3beebb4163ea2bdc80586dbec9fc835d8f79ffd322 0.32 MB 600 26
350,897 350,897 00000000000000000f7d1c70f3abad4b595b6b54fd5b5d79f77c61575a36e307 0.49 MB 999 24
350,896 350,896 00000000000000000064051e25813ea64869a415f865473aee1ef02b6bc8dced 0.28 MB 604 25
350,895 350,895 00000000000000000e88b132ef64bf1d787b7d6ff7f62ddd6503403f84abc04b 0.65 MB 1,303 35
350,894 350,894 0000000000000000143fb438db24340a4f1c1d267a1a470573ed9a6032b98a4a 0.10 MB 222 28
350,893 350,893 000000000000000004c2c3806bcc60982ea26f55e46b0b4c6fae80df2dc0b0b9 0.05 MB 102 26
350,892 350,892 00000000000000000acfd6499ffd82312c1ec2915373d78d9c583ad692a1d0bf 0.10 MB 93 11
350,891 350,891 000000000000000013ba33ef83fa7e6f45c3bf088350ec91c7d4c5ee0aff666b 0.27 MB 625 37
350,890 350,890 0000000000000000085419e320f931376b7a728b15fe0bf03f9de0753d391118 0.10 MB 208 32
350,889 350,889 0000000000000000056edea3945f5d5fb4dcaf8611775de5e6ac62225aabf1a6 0.69 MB 1,241 23
350,888 350,888 0000000000000000014d2eca6219ca03a53363be4f7f2c96497ac3cfbb4a5623 0.75 MB 1,329 24
350,887 350,887 0000000000000000005d18926e6b840429aa4f5c57b4109cf3052755e65989c4 0.75 MB 1,442 26
350,886 350,886 00000000000000000c9507b55fdffa4fe9b5a29c744119216cd29adf3cc8e056 0.08 MB 147 27
350,885 350,885 0000000000000000003f99f53d45a1d4838daee43d69b05fdb9e2896491ad059 0.56 MB 482 13
350,884 350,884 00000000000000000fd3930b320b820dbc02680c38e19562e4f48e946372dc6e 0.75 MB 1,665 32
350,883 350,883 0000000000000000116e4d322ebb66416511ee9af87d7e9dfa5d346795e6ddb9 0.17 MB 347 26
350,882 350,882 0000000000000000129c1c59ad19de497fd2128c8ed241b3f130d09662626060 0.13 MB 173 15
350,881 350,881 000000000000000008888eeb58059187451fe6f5ca0875d6a49471cf8bcb5fcd 0.43 MB 744 24
350,880 350,880 00000000000000000f066d894e934529f85663e846522f3a31075410ff434e9b 0.48 MB 916 25
Previous 10 blocks ↓
Total Size: 769.27 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,635.41 GB sent, 94.28 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.