Memory Pool Memory Pool Refreshing

5,720 transactions
3.11 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,611 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (38,665 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
869,136 869,136 000000000000000000020d1e8f64bd8330c7373de7148ffcf79d297591cde42d 1.53 MB 1,944 7
869,135 869,135 00000000000000000001c89934c9a8da9f6169b5aa415d132cb8a1da1d80f4a4 1.87 MB 1,815 2
869,134 869,134 00000000000000000001578a0183b43dcf919a80c1540ec875640201a28359a4 1.62 MB 3,369 4
869,133 869,133 000000000000000000026eccf28df3dd4f57cab91a6b996906cc8916ae5df8b4 2.09 MB 1,018 1
869,132 869,132 00000000000000000000fe60fdc48129d486e66922722a6c5dda78b189987798 1.88 MB 1,807 2
869,131 869,131 00000000000000000001cfdd62750ecdb504ed3ebe044159205fc33d13b53f8d 1.85 MB 1,905 3
869,130 869,130 000000000000000000001c0e6c1a57c9d54cd62ab60a5885d62e1d14e937cb8d 1.87 MB 2,819 4
869,129 869,129 00000000000000000001392d2672f7941d3dbd93141301429836919698ea6432 2.14 MB 1,727 2
869,128 869,128 00000000000000000001ae90454e756c9490d9f99369859d12cdf0b2571a2786 1.77 MB 3,196 5
869,127 869,127 000000000000000000027b2d901b0fed7d4976368e5a1b885ed02042f54ea79a 2.09 MB 631 2
869,126 869,126 00000000000000000001a0ffae64d067917cb97a7b03943de6c6e0eeddf0f05d 1.83 MB 2,428 1
869,125 869,125 00000000000000000000915f6a8e932e84120e8ef881b3fbb12b749935185dbb 1.99 MB 1,275 2
869,124 869,124 00000000000000000001a6539a849ff65214fe5f7a7dfd132e72741ccd138f16 1.92 MB 1,852 3
869,123 869,123 00000000000000000002b9a9d5854a13ec9b622e30055fdeaa4275fe222d95df 1.83 MB 2,813 5
869,122 869,122 000000000000000000012d1332480a165cb727f4653c56e2741ceabfce7e0cb9 1.35 MB 1,111 2
869,121 869,121 0000000000000000000274ca5d00fd225f496c04c71d3870a5730520ca511509 2.24 MB 2,263 2
869,120 869,120 000000000000000000019f45bae0c57e402b03cfe0d27fb45ed17585dde26d3b 1.65 MB 2,378 4
869,119 869,119 00000000000000000000eb0049d91b7ff78a31ae5391af4aedd2418d7a886a01 1.70 MB 1,632 3
869,118 869,118 00000000000000000000f3db6775ca3cb1f444aea53ae4b81e6404af7a926f76 1.57 MB 2,574 5
869,117 869,117 000000000000000000023350ca2be1c5c74205fb294c3c5ab024a3c5a76a88b1 1.62 MB 3,161 6
869,116 869,116 00000000000000000002959287ed93c73ebd070e7e154d030a0e848da3cde1ce 1.57 MB 3,470 6
Previous 10 blocks ↓
Total Size: 769.17 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.87 GB sent, 93.74 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.