Memory Pool Memory Pool Refreshing

3,046 transactions
1.15 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
908,052 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,483 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,051 (804,510 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
103,541 103,541 0000000000009f1810fc3a69cc94e26af5096ed9d44ca0e4d52467359963b008 0.00 MB 2 0
103,540 103,540 000000000001bb6f8031a7e75d04ee40acfc26174093b8b653be9571a512bf45 0.00 MB 1 0
103,539 103,539 000000000002497e06eef1144bb97794c6f7f6626c4e7792f54146e898882665 0.00 MB 2 0
103,538 103,538 000000000000d5e1fd6de70eaf54c770d522439648b98802427314f6f96931da 0.00 MB 7 0
103,537 103,537 000000000000913ed4ddab8726a6b6c2b52c3a2e0612410b4cda682bca0fcf14 0.00 MB 10 0
103,536 103,536 0000000000029f88a0dfade4985bcae4ac3a8df4dcb07dd814ea16c2c587e664 0.00 MB 8 0
103,535 103,535 0000000000008ae6d3e086655f7601a8470eb0ceea37aeb03f4d6d75ee3d8adc 0.00 MB 6 0
103,534 103,534 0000000000028f53686f596b4ceab149137c48b10714a280d74272fb27f3673f 0.00 MB 1 0
103,533 103,533 0000000000026e5dff5ae080fe50cb95d8b7f83cf926a4bca9d15e1554c0b66d 0.00 MB 10 0
103,532 103,532 000000000000c569e32d43a7d0a35fd66ef15283513802f3b1a7bf37caefab9b 0.00 MB 8 331
103,531 103,531 0000000000001957214a33c82c2374eb65c34ecaba94d6dcaf14f85c32ffa774 0.00 MB 6 0
103,530 103,530 00000000000250cb245a8f35ed98978bdb91d9d651212516d3895fe322844a70 0.00 MB 5 0
103,529 103,529 0000000000008bc9c08c29724e5aed19d56d39cd8fdb4a62915ce5ae8356013d 0.00 MB 12 0
103,528 103,528 00000000000145e54b2919ef03cdadbf3c1bc37d03348b139c68d211a19f2b55 0.00 MB 10 0
103,527 103,527 000000000001e6dccd75e9170f58c63b779888b8157aee4e9a0202dcf83737c2 0.01 MB 24 0
103,526 103,526 00000000000136a3fa63a5b745194f7cfc7ba3c38dab0bbed317d2e0c9e523b3 0.00 MB 1 0
103,525 103,525 000000000001000123db35e73984cd2d846ccfeba9a9694db636e5f613a38ae7 0.00 MB 3 0
103,524 103,524 000000000001c049dd01d564cc742c21fea316b7fb9619a41d3eb40024c32c22 0.00 MB 2 0
103,523 103,523 000000000001fca470f56c21db81020c19fe1ec1b5579b7233f2bdffed874d6e 0.00 MB 1 0
103,522 103,522 00000000000123df817eee6754e71c9f5c2e0fbedb285daf8b49ebac9e213cbe 0.00 MB 1 0
103,521 103,521 0000000000032849f677f3bd4cef3ebacc77fea5ba2ea986ba1c2fa780cd73e7 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 769.64 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,653.04 GB sent, 96.08 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.