Memory Pool Memory Pool Refreshing

4,085 transactions
1.22 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,796 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,196 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,795 (81,681 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
826,114 826,114 000000000000000000010d61e4ff0d57c082c49c795ceff29707ba91deab0700 1.61 MB 3,686 134
826,113 826,113 00000000000000000000fd696c9c95fc126427c2817d861256e2c6c7b71589f9 1.64 MB 4,131 88
826,112 826,112 00000000000000000001bff426eb7e919c4087b190146aaf84066b5403064cf9 2.07 MB 3,192 80
826,111 826,111 00000000000000000000b816df324fd2d4a659f1ace937ea502c1a651d87649b 1.62 MB 3,769 75
826,110 826,110 00000000000000000003cd7b5a9f1d4da746aeea672bf3589f30d885348ebf75 1.83 MB 3,727 53
826,109 826,109 00000000000000000001670a0549a38ecf2e51d40936c3cfdc2da4804e7b6e32 2.04 MB 3,932 78
826,108 826,108 00000000000000000002bbed4fc11ac201ebd94631f271f795eaba521e313eb7 1.70 MB 4,228 84
826,107 826,107 0000000000000000000301cfe042d231cd48ad1f3e561f8083eec4f08e05126e 1.65 MB 3,291 71
826,106 826,106 00000000000000000003c5a088884b551b79c439ca2367a5bb50b905e5cc8e12 1.60 MB 3,023 66
826,105 826,105 000000000000000000039a83546c59b47e4bece9cb5bccb895055be68f9ef5e4 1.63 MB 2,963 70
826,104 826,104 0000000000000000000156bd7db2fb2a90869a44a93084e0797784ca1f86e3a5 1.60 MB 3,780 78
826,103 826,103 000000000000000000007b48ed73844fb0855f1e770c5fcc9c74423b4576b5a0 1.38 MB 2,078 61
826,102 826,102 00000000000000000002adb526e8b259f8120bd8beb5b29154f9d014c447f689 1.64 MB 3,672 131
826,101 826,101 00000000000000000000da71d4db0d37d73a29aebb19779f1bff329752440a47 1.49 MB 3,544 169
826,100 826,100 000000000000000000027355ec97ee57ccde65463d246b7aece09970e64c3bad 1.53 MB 3,723 145
826,099 826,099 0000000000000000000078e630b049dedb2cf501cd47b5716512a3b89d18b0df 1.56 MB 4,008 175
826,098 826,098 00000000000000000001c6ffee423d78d9c149eb2cba803b3effd70b4bd9242c 1.73 MB 2,933 80
826,097 826,097 000000000000000000017823f153f69481a7f5ba9f9724492b6adce3fde0cedd 1.64 MB 3,271 81
826,096 826,096 000000000000000000001e7e3a0b5b667e49bdd49b81de58e035367d890e2d5f 1.61 MB 3,215 157
826,095 826,095 00000000000000000001d183148d5d4e45e0cd26eed6c9492ad9adc169f254cb 1.74 MB 2,385 51
826,094 826,094 000000000000000000008b4ce2def5dae1c24562cc3cfa8416e6c70ac7576d48 1.93 MB 2,876 50
Previous 10 blocks ↓
Total Size: 769.16 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.71 GB sent, 93.68 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.