Memory Pool Memory Pool Refreshing

3,672 transactions
2.64 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
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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,675 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (22,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
885,189 885,189 00000000000000000000eba58643219d5c6ded3e97fe0820dd7484a626f57abd 1.79 MB 4,871 6
885,188 885,188 00000000000000000000ea748858ff26153add72732eb872e2cb7a7ba0c40656 1.63 MB 3,316 6
885,187 885,187 00000000000000000001ccca8409cc67167e6d3697ef16409981a485404109ca 1.64 MB 1,966 11
885,186 885,186 000000000000000000004b087e339a1bccdd09909104dbbbf5f140ea3da28265 1.87 MB 5,004 5
885,185 885,185 00000000000000000000462bc24f09e2fae578e12720a806c6b5def7e0c02810 1.60 MB 3,285 8
885,184 885,184 00000000000000000000736b32c25285e64bdc321235dab7a7146f89fd33256e 1.63 MB 2,521 11
885,183 885,183 00000000000000000000e60854ce7ba0bb8ad7020b7a14366070a1fd962e0bef 1.53 MB 3,020 6
885,182 885,182 000000000000000000004df2c2b2256f29451389fd588befd80778fad0cce118 1.94 MB 4,927 4
885,181 885,181 0000000000000000000071f34b3e6cd18c02fea8cb4095e501bb1500efeadf6b 1.59 MB 3,738 5
885,180 885,180 00000000000000000001abd47a00322aa5c6687b11a69c8eb47519dc3c118e8e 1.91 MB 5,308 4
885,179 885,179 0000000000000000000250965f26a89b794b8bceabe453a05e36a303c5058704 1.75 MB 3,153 4
885,178 885,178 0000000000000000000153f69345a757e8b45250516606c34bbcba2669d5e2d1 1.76 MB 4,257 5
885,177 885,177 00000000000000000001b95649042d7a864e2e7d02b40b96c0d2e5786dae43a2 2.00 MB 4,588 5
885,176 885,176 000000000000000000017c4f258eda651a951f971a13b45cbac2e0b826cecfb3 1.76 MB 4,055 5
885,175 885,175 000000000000000000025d66209da729b717e0c4f416c12f71b28e428aeb7fb7 1.70 MB 4,074 6
885,174 885,174 000000000000000000003d836bcc7f479e24910722587b4d0282b678312860f6 1.52 MB 3,219 10
885,173 885,173 00000000000000000001bec11c99314aed954326970cce797dc974b3171a8b95 1.58 MB 3,646 8
885,172 885,172 0000000000000000000227653ea063e769656bc9ea00fd9fee1a0600ff1a7b2d 1.53 MB 3,169 10
885,171 885,171 0000000000000000000042702663ab28aa3510c4dde873d9ebbc0a0d53e3c41f 1.15 MB 699 4
885,170 885,170 00000000000000000000c6c0716f399e131ba50b36e199c6bccb6b6f16151c1d 1.51 MB 3,138 8
885,169 885,169 00000000000000000000e78ce2c3c0a87ee4830361da9600aac482abe85f69fc 1.51 MB 2,525 5
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,633.31 GB sent, 93.78 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.