Memory Pool Memory Pool Refreshing

475 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,862 00000000000000000002349e0000000000000000000000000000000000000000 0.15 vMB 466 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,861 (201,530 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
706,331 706,331 000000000000000000049fc96679c2ae8bf4e09e75aff9225bdbebb8ebf01ae7 1.44 MB 2,889 17
706,330 706,330 000000000000000000090916af4b31389004e18bc8d617400431a78c94b08ff7 1.49 MB 2,809 23
706,329 706,329 00000000000000000009eca09e63bb92d3fce0e20ad281c29bd72f09433c98fb 1.23 MB 2,269 18
706,328 706,328 00000000000000000003a4b59a6d620450f46fab16854162a23274a4becb4285 1.47 MB 2,551 10
706,327 706,327 0000000000000000000cb420998bea03ccc97c44b9ad993ffc04797433a410b2 0.95 MB 1,783 12
706,326 706,326 00000000000000000009125b9badfb3105cda8f8fcbdbbb0b3f13c1199cb393a 0.46 MB 843 10
706,325 706,325 000000000000000000020ae262048b4b498faa7e50079a9877c1b68d208145d1 0.92 MB 1,066 8
706,324 706,324 0000000000000000000a0fb0ddfadf1f064fe9be34e3a7a198484999c267bd2d 1.16 MB 1,170 2
706,323 706,323 000000000000000000001d6d81671425040c7fb79a380afbc68cfd4b6c8af0b7 1.23 MB 1,112 3
706,322 706,322 0000000000000000000bbc6b97d5b07d1ad0446abc3efbab15a58575533c0b4c 1.42 MB 989 6
706,321 706,321 0000000000000000000bbf7f8e00f5d0e9ffed252073e878a8cc5fc9d2b55d97 1.50 MB 3,320 14
706,320 706,320 00000000000000000000698afb3a96deac70e5cd0e711bb4c29c2f11f93a8ad9 1.41 MB 3,018 7
706,319 706,319 0000000000000000000af8474818cb1e2fe9c9aede2fac1e6ad2636748176626 1.41 MB 2,569 22
706,318 706,318 0000000000000000000dfa33dcd7c15a827d4b62d6b9e9497cf6eaa18c2f2ecc 1.50 MB 2,805 9
706,317 706,317 0000000000000000000c9ff18f70b22c7c5df3f9c4c0d00b07fddb8bd18e7205 1.42 MB 3,254 17
706,316 706,316 0000000000000000000a266dadc2836812ddcd6cadbfcf2bad7afd63d6925b6c 1.38 MB 2,282 10
706,315 706,315 0000000000000000000548074eff84387c345e717a90b5d3fe8f521f572b1b65 1.27 MB 1,560 6
706,314 706,314 0000000000000000000c5f7da7c754ee68ef4ac28e7230da9194da0133cb8088 0.68 MB 1,355 11
706,313 706,313 0000000000000000000d036890996e04cdb5f206923825e79b72a351ee9e09f1 0.85 MB 1,362 9
706,312 706,312 0000000000000000000aecfed9dbe864f2e2e4d86171a31d13e7a443456de7d7 0.30 MB 568 18
706,311 706,311 00000000000000000008ba2440d9d4cf10df69951377d4e6bf5a6ad431b0fb63 0.21 MB 307 15
Previous 10 blocks ↓
Total Size: 769.28 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.53 GB sent, 94.31 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.